Updated RST reader test.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@778 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
parent
4beb0b9130
commit
c1c30a7664
2 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,7 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ":",Space,Str
|
||||||
, Header 1 [Str "Inline",Space,Str "Markup"]
|
, Header 1 [Str "Inline",Space,Str "Markup"]
|
||||||
, Para [Str "This",Space,Str "is",Space,Emph [Str "emphasized"],Str ".",Space,Str "This",Space,Str "is",Space,Strong [Str "strong"],Str "."]
|
, Para [Str "This",Space,Str "is",Space,Emph [Str "emphasized"],Str ".",Space,Str "This",Space,Str "is",Space,Strong [Str "strong"],Str "."]
|
||||||
, Para [Str "This",Space,Str "is",Space,Str "code",Str ":",Space,Code ">",Str ",",Space,Code "$",Str ",",Space,Code "\\",Str ",",Space,Code "\\$",Str ",",Space,Code "<html>",Str "."]
|
, Para [Str "This",Space,Str "is",Space,Str "code",Str ":",Space,Code ">",Str ",",Space,Code "$",Str ",",Space,Code "\\",Str ",",Space,Code "\\$",Str ",",Space,Code "<html>",Str "."]
|
||||||
|
, Para [Str "This",Space,Str "is",Subscript [Str "subscripted"],Space,Str "and",Space,Str "this",Space,Str "is",Space,Superscript [Str "superscripted"],Str "."]
|
||||||
, Header 1 [Str "Special",Space,Str "Characters"]
|
, Header 1 [Str "Special",Space,Str "Characters"]
|
||||||
, Para [Str "Here",Space,Str "is",Space,Str "some",Space,Str "unicode",Str ":"]
|
, Para [Str "Here",Space,Str "is",Space,Str "some",Space,Str "unicode",Str ":"]
|
||||||
, BulletList
|
, BulletList
|
||||||
|
|
|
@ -250,6 +250,8 @@ This is *emphasized*. This is **strong**.
|
||||||
|
|
||||||
This is code: ``>``, ``$``, ``\``, ``\$``, ``<html>``.
|
This is code: ``>``, ``$``, ``\``, ``\$``, ``<html>``.
|
||||||
|
|
||||||
|
This is\ :sub:`subscripted` and this is :sup:`superscripted`\ .
|
||||||
|
|
||||||
Special Characters
|
Special Characters
|
||||||
==================
|
==================
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue