pandoc/Text/Pandoc/Readers
fiddlosopher 6a46ffc0ad Count anything that isn't a known block (HTML) tag as an inline tag
(rather than the other way around).  Added "html", "head", and
"body" to list of block tags.  Resolves Issue #66, allowing
<lj> to count as an inline tag.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@1276 788f1e2b-df1e-0410-8736-df70ead52e1b
2008-04-20 03:12:42 +00:00
..
HTML.hs Count anything that isn't a known block (HTML) tag as an inline tag 2008-04-20 03:12:42 +00:00
LaTeX.hs Use generic attributes type, not a string, for CodeBlocks. 2008-02-09 03:19:43 +00:00
Markdown.hs The '--sanitize-html' option now examines URIs in markdown links 2008-03-22 20:41:56 +00:00
RST.hs Use generic attributes type, not a string, for CodeBlocks. 2008-02-09 03:19:43 +00:00
TeXMath.hs Removed unnecessary imports. 2008-01-16 02:18:23 +00:00