diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-30 14:54:12 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-30 14:54:12 +0000 |
commit | 611cdabe19953c4ca423f7ccbe2a30791fd58722 (patch) | |
tree | 506d981d0bf08a6f7504ebdea223ebf68fd24c21 /doc | |
parent | dc841f26b4a2a062514a0d50d7f81519a99ada49 (diff) |
web commit by http://roktas.myopenid.com/: Some comments on pandoc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/patchqueue/more_class__61____34____34___for_css.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/patchqueue/more_class__61____34____34___for_css.mdwn b/doc/patchqueue/more_class__61____34____34___for_css.mdwn index c91728633..9cc2f709c 100644 --- a/doc/patchqueue/more_class__61____34____34___for_css.mdwn +++ b/doc/patchqueue/more_class__61____34____34___for_css.mdwn @@ -45,3 +45,12 @@ on added after an inlined page (namely: the post date, the tags, and the actions > broken html. If you can come up with a way to put in the div that passes > the test suite, or a fix to markdown, I will accept it, but the above patch > fails the test suite. --[[Joey]] + +>> Just a note... This discrepancy doesn't exist in [pandoc](http://code.google.com/p/pandoc/) as +>> demonstrated in the relevant [page](http://code.google.com/p/pandoc/wiki/PandocVsMarkdownPl). +>> Pandoc is a _real parser_ for markdown (contrasting the regexp based implementation of +>> markdown.pl). I've almost finished the Debian packaging. John is working on a `--strict` mode +>> which will hopefully make pandoc a drop-in replacement for markdown. I'll upload pandoc after +>> his work has finished. Whether it could be used in IkiWiki is an open question, but having +>> alternatives is always a good thing and perhaps, the fact that pandoc can make markdown->LaTeX +>> conversion may lead to new possibilities. --[[Roktas]]
\ No newline at end of file |