diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 18:28:36 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-07 18:28:36 -0800 |
commit | f917b46500377df2c5b33b9c9a7827e00650a29f (patch) | |
tree | 80b824a39dc4770358fe3fa8068289c4f69796d3 /tests/textile-reader.textile | |
parent | 6ef8a363dc8d85bd05e0e93c3f6daddbec5fd63f (diff) | |
download | pandoc-f917b46500377df2c5b33b9c9a7827e00650a29f.tar.gz |
Textile reader: implemented acronyms, (tm), (r), (c).
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 0b65e11bb..ed3b02bfe 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -178,3 +178,15 @@ Html blocks can be <div>inlined</div> as well. * but this <strong> will produce inline html </strong> Can you prove that 2 < 3 ? + +h1. Acronyms and marks + +PBS(Public Broadcasting System) + +Hi(tm) + +Hi (TM) + +(r) Hi(r) + +Hi(c)2008 (C) 2008 |