diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2013-07-26 09:13:20 +0400 |
---|---|---|
committer | Dmitry Shachnev <mitya57@gmail.com> | 2013-07-26 09:13:20 +0400 |
commit | 61066d49189b156a54778b7ef70dfd0a3ed86e93 (patch) | |
tree | 990b083c2bc6d1e01756a73104332534d0a32b12 /tests/extensions/smarty.txt | |
parent | a9ca97325e9039de90eae29fb3d8879bc9f367f6 (diff) | |
download | markdown-61066d49189b156a54778b7ef70dfd0a3ed86e93.tar.gz markdown-61066d49189b156a54778b7ef70dfd0a3ed86e93.tar.bz2 markdown-61066d49189b156a54778b7ef70dfd0a3ed86e93.zip |
Add smarty extension, based on SmartyPants library
Diffstat (limited to 'tests/extensions/smarty.txt')
-rw-r--r-- | tests/extensions/smarty.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt new file mode 100644 index 0000000..4015f71 --- /dev/null +++ b/tests/extensions/smarty.txt @@ -0,0 +1,19 @@ +1440--80's +1440--'80s +1440---'80s +1960s +1960's +one two '60s +'60s + +"Isn't this fun"? --- she said... +"'Quoted' words in a larger quote." +"quoted" text and **bold "quoted" text** +'quoted' text and **bold 'quoted' text** +em-dashes (---) and ellipes (...) +"[Link](http://example.com)" --- she said. + +--- -- --- + +Escaped \-- ndash +Escaped ellipsis\...
\ No newline at end of file |