diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-02 02:58:54 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-02 02:58:54 +0000 |
commit | 5387ebd8db3b8cf98befd75d9aa42716acaf8dec (patch) | |
tree | 31357b758f45c39339b315e72456d6dfb40c3f4f /debian | |
parent | 89f2468f38d7b85d78fe1d94bab7cc8ea46152d0 (diff) | |
download | pandoc-5387ebd8db3b8cf98befd75d9aa42716acaf8dec.tar.gz |
Added 'hsmarkdown' wrapper, designed to be used as a drop-in
replacement for Markdown.pl. It calls pandoc with the options
'--from markdown --to html --strict' and disallows other options.
(Any command-line options will be interpreted as arguments.)
git-svn-id: https://pandoc.googlecode.com/svn/trunk@399 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 99324bac9..ef8c77067 100644 --- a/debian/changelog +++ b/debian/changelog @@ -159,6 +159,9 @@ pandoc (0.3) unstable; urgency=low a '.exe' extension is added to each executable in EXECS. * Removed all wrappers except markdown2pdf and html2markdown. + Added new wrapper hsmarkdown, to be used as a drop-in replacement + for Markdown.pl. hsmarkdown calls pandoc with the '--strict' + option and disables other options. * Added code to html2markdown that tries to determine the character encoding of an HTML file, by parsing the "Content-type" meta tag. |