aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-23 10:28:54 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-23 10:28:54 -0700
commita820c1bd1c8b5de0c2b8f8e6bdac5a8fc6602247 (patch)
tree5a4d2da3d75beac418e18fe1e6b7c1f39a20a56c /tests/textile-reader.textile
parent139d418d4b1abe740cd889dbc3f5770fe97f2684 (diff)
downloadpandoc-a820c1bd1c8b5de0c2b8f8e6bdac5a8fc6602247.tar.gz
Textile reader: fixed attributes.
Attributes can't be followed by a space. So, _(class)emph_ but _(noclass) emph_ Closes #2984.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index a9c80ccbd..6c6754997 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -213,7 +213,7 @@ h2>. Right
h2<>{color:blue}[en]. Justified
-as well as *(foo)inline attributes* of %{color:red} all kind%
+as well as *(foo)inline attributes* of %{color:red}all kind%
p{color:green}. and paragraph attributes, and table attributes.
@@ -221,6 +221,10 @@ table{foo:bar}.
| name | age | sex |
| joan | 24 | f |
+_(class#id) emph_
+
+_(no class#id) emph_
+
h1. Entities
&#42;