Fixed formatting mistakes in 0.43 news on website.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@994 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
7f8bac70d7
commit
4466607760
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue