diff options
Diffstat (limited to 'tests/textile-reader.textile')
-rw-r--r-- | tests/textile-reader.textile | 12 |
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 | |