diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-06-11 10:16:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-06-11 10:16:54 -0700 |
commit | 50ba5a801a2593598f1484c7ce4aa941f00ed0b0 (patch) | |
tree | 1d9505a088c0c47eb53304206c27935266aebafa /tests/textile-reader.textile | |
parent | 96f25f924a6de58bc313d78697f0f0f65307d891 (diff) | |
download | pandoc-50ba5a801a2593598f1484c7ce4aa941f00ed0b0.tar.gz |
Textile reader: Correctly handle entities.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r-- | tests/textile-reader.textile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index 5d5a6c593..e31052b6a 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -203,6 +203,11 @@ table{foo:bar}. | name | age | sex | | joan | 24 | f | +h1. Entities + +* +& + h1. Raw HTML However, <strong> raw HTML inlines </strong> are accepted, as well as : |