aboutsummaryrefslogtreecommitdiff
path: root/tests/textile-reader.textile
diff options
context:
space:
mode:
authorPaul Rivier <paul.r.ml@gmail.com>2010-11-07 19:58:45 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-03 23:10:51 -0800
commitfa0866886be778b0157340ea0563b6744424cfa6 (patch)
tree0e88451a42a50bd5781d60f8257cbc29739f9277 /tests/textile-reader.textile
parente6dde36622bc1f4adbd34934213cbcfb091376a2 (diff)
downloadpandoc-fa0866886be778b0157340ea0563b6744424cfa6.tar.gz
textile reader now ignores html/css attributes
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r--tests/textile-reader.textile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index efb052305..3999649da 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -149,3 +149,15 @@ h1. Images
Textile inline image syntax, like
here !this_is_an_image.png(this is the alt text)!
and here !this_is_an_image.png!.
+
+h1. Attributes
+
+h2{color:red}. HTML and CSS attributes are ignored
+
+as well as *(foo)inline attributes*
+
+p{color:green}. and paragraph attributes, and table attributes.
+
+table{foo:bar}.
+| name | age | sex |
+| joan | 24 | f |