diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-05 04:47:08 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-12-05 04:47:08 +0000 |
commit | 94841b7602f3465cdb7a452989975d08e43fc694 (patch) | |
tree | 311c85653a864c3afc727b96bdba7a91304f822c /changelog | |
parent | ef7692db619c6464d023bb707573879b003c2e44 (diff) | |
download | pandoc-94841b7602f3465cdb7a452989975d08e43fc694.tar.gz |
Added "head" to list of HTML block-level tags.
Resolves Issue #108.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1645 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r-- | changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ pandoc (1.3) RST, but used in Sphinx for code blocks annotated with syntax information. Thanks to Luke Plant for the patch. + * Added "head" to list of block-level HTML tags. Resolves + Issue #108. + * Set utf-8 encoding in texinfo headers. * Properly handle commented-out list items in markdown. |