diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-24 00:02:16 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-24 00:02:16 +0000 |
commit | ae009fab46bcd7fc92269635abe4d2dc745a49c3 (patch) | |
tree | 26a329d57b80dc72a0bc27f795243d556526aba7 /web | |
parent | e7a49d7c1201f5d23ef1104402379446e55e93a3 (diff) | |
download | pandoc-ae009fab46bcd7fc92269635abe4d2dc745a49c3.tar.gz |
Website: add feature "Markdown inside HTML blocks."
git-svn-id: https://pandoc.googlecode.com/svn/trunk@792 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.txt b/web/index.txt index 9a12a347d..9e3c6b5a2 100644 --- a/web/index.txt +++ b/web/index.txt @@ -24,8 +24,9 @@ Pandoc features - Extensions to markdown syntax: + Document metadata (title, author, date). + Footnotes, tables, and definition lists. - + Inline LaTeX math and LaTeX commands. + Superscripts, subscripts, and strikeout. + + Inline LaTeX math and LaTeX commands. + + Markdown inside HTML blocks. + Compatibility mode to turn off syntax entensions and emulate `Markdown.pl`. - Convenient wrapper scripts: |