diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-02 14:53:55 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-02 14:53:55 +0000 |
commit | 4466607760be3c24d379437ced738f43a29595cf (patch) | |
tree | 7e1d13a9937076464d922c434e2278044c65bc0e /web | |
parent | 7f8bac70d7343584fabe74b003ecbfdc06a66681 (diff) | |
download | pandoc-4466607760be3c24d379437ced738f43a29595cf.tar.gz |
Fixed formatting mistakes in 0.43 news on website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@994 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'web')
-rw-r--r-- | web/index.txt.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/index.txt.in b/web/index.txt.in index 9e9f9dbe3..d02d7f270 100644 --- a/web/index.txt.in +++ b/web/index.txt.in @@ -93,8 +93,9 @@ You may view existing bug reports and submit new ones at parsers. + Blank lines are no longer required after code blocks. + Fixed inline code parsing so that it uses the method of Markdown.pl: - the delimiters are blocks of N ` characters not followed by another - ` character. For example: ` h ``` i ` -> <code>h ``` i</code>. + the delimiters are blocks of N `` ` `` characters not followed by another + `` ` `` character. For example: + ```` ` h ``` i ` ```` -> `<code>h ``` i</code>`. + Markdown writer escapes paragraphs that begin like list items. + MacPorts Portfile now installs library as well as executable. + Added pandocwiki demonstration to the website. |