Packages

print github nested markdown file all in one pdf

Current section

Files

Jump to
git2pdf lib git2pdf.ex
Raw

lib/git2pdf.ex

defmodule Git2pdf do
@moduledoc """
Documentation for Git2pdf.
"""
@doc """
Hello world.
## Examples
iex> Git2pdf.hello()
:world
"""
def hello do
:world
end
end