ExMark2pdf
It provides the ability to convert from the markdown to the PDF.
Required wkhtmltopdf.
Download: http://wkhtmltopdf.org/downloads.html
Dependency
defp deps do
[...
{:ex_mark2pdf, "~> 0.0.1"},
...]
end>mix deps.getUsage
Inputs:
>mix ex_mark2pdf README.mdOutput:
PDF file is output to the current directory.
Roadmap
- [x] Markdown file to HTML file.
- [x] HTML file to PDF file.
- [x] Mix Custom Task.
- [x] Japanese correspondence.
- [x] Registration Hex Library.
- [x] Specifying the output destination.
- [ ] CSS support.
- [ ] Javascript support.
- [ ] Code highlight.
- [ ] Document