diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-25 09:34:49 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-25 09:34:49 -0800 |
commit | a1021bdda6a1ca2c91d80b5e562a1fb6206bbbcf (patch) | |
tree | 0a4c9acfb2322177588b84ca350996f6e87c76c4 /tests/textile-reader.textile | |
parent | 11c5831a1ff8f71e2ff850e83f012ea57cc14243 (diff) | |
download | pandoc-a1021bdda6a1ca2c91d80b5e562a1fb6206bbbcf.tar.gz |
Textile reader: Support `>`, `<`, `=`, `<>` text alignment attributes.
Closes #2674.
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r-- | tests/textile-reader.textile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index d5d7378b0..a9c80ccbd 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -207,6 +207,12 @@ h1. Attributes h2[en]{color:red}(foo bar #ident). HTML and CSS attributes are parsed in headers. +h2=. Centered + +h2>. Right + +h2<>{color:blue}[en]. Justified + as well as *(foo)inline attributes* of %{color:red} all kind% p{color:green}. and paragraph attributes, and table attributes. |