diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-06-23 10:28:54 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-23 10:28:54 -0700 |
commit | a820c1bd1c8b5de0c2b8f8e6bdac5a8fc6602247 (patch) | |
tree | 5a4d2da3d75beac418e18fe1e6b7c1f39a20a56c /tests/textile-reader.textile | |
parent | 139d418d4b1abe740cd889dbc3f5770fe97f2684 (diff) | |
download | pandoc-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.textile | 6 |
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 * |