Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1476 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
ddf2dc6896
commit
c43e40904e
1 changed files with 8 additions and 4 deletions
12
changelog
12
changelog
|
@ -42,10 +42,14 @@ pandoc (1.1)
|
|||
+ HTML reader: Don't interpret contents of <pre> blocks as markdown.
|
||||
Added rawVerbatimBlock parser. Resolves Issue #94.
|
||||
|
||||
* Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.
|
||||
Rationale: these are useful for literate haskell, but lhs requires
|
||||
a blank line before the haskell code, and we don't want spurious
|
||||
blank lines in the output.
|
||||
* Markdown reader:
|
||||
|
||||
+ Ignore blank line after ~~~~~~~~ in delimited code blocks.
|
||||
Rationale: these are useful for literate haskell, but lhs requires
|
||||
a blank line before the haskell code, and we don't want spurious
|
||||
blank lines in the output.
|
||||
|
||||
+ Allow URLs with spaces in them in links and references.
|
||||
|
||||
* HTML writer:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue