summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-10-31 22:35:47 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-10-31 22:35:47 +0000
commitc43e40904e6a88a1e0f6f286dd223fcdf82d51bd (patch)
treef1b00a1244a22258c5c5c58d56dc36aead370c2a /changelog
parentddf2dc68965a281b03949d56576e1585325eed24 (diff)
Updated changelog.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1476 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r--changelog12
1 files changed, 8 insertions, 4 deletions
diff --git a/changelog b/changelog
index 327d77ca6..23f71ba3a 100644
--- a/changelog
+++ b/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: