Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-10-25 | 782 Bytes | |
mdtohtml.tgz | 2019-10-25 | 116.0 kB | |
mdtohtml.pdf | 2019-10-25 | 115.0 kB | |
README | 2019-10-25 | 774 Bytes | |
Totals: 4 Items | 232.6 kB | 0 |
The filter MDTOHTML
This filter converts Markdown or MultiMarkdown documents to [X]HTML documents.
In combination with the filter htmltops and the backend gvdpy (or the backend rasterview) it is a simple tool to display Markdown documents on screen.
Dependencies
The filter requires the CPAN (www.cpan.org) package Text::Markdown to be installed. If the MuliMarkdown extension is needed, the additional CPAN package Text::MultiMarkdown must be installed.
Both packages are installed following the usual CPAN installation procedure: perl Makefile.PL make make test sudo make install
Version History
1.00 - 2019-08.31/Bl
Initial implementation
1.01 - 2019-09-01/Bl
Allow MultiMarkdown extensions