diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-07-28 06:57:03 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-07-28 06:57:03 -0700 |
commit | a37c60ac5185c8d5f46b2e5ab7214022e2d76e8c (patch) | |
tree | 891a890d8de8452298bb18a8e4703c1940567947 /tests/extensions/smarty.txt | |
parent | a9ca97325e9039de90eae29fb3d8879bc9f367f6 (diff) | |
parent | 85ad18071d61925168387934e4e6f9f82462c292 (diff) | |
download | markdown-a37c60ac5185c8d5f46b2e5ab7214022e2d76e8c.tar.gz markdown-a37c60ac5185c8d5f46b2e5ab7214022e2d76e8c.tar.bz2 markdown-a37c60ac5185c8d5f46b2e5ab7214022e2d76e8c.zip |
Merge pull request #231 from mitya57/master
Add Smarty extension and use it for building docs.
Diffstat (limited to 'tests/extensions/smarty.txt')
-rw-r--r-- | tests/extensions/smarty.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt new file mode 100644 index 0000000..5b5ece7 --- /dev/null +++ b/tests/extensions/smarty.txt @@ -0,0 +1,24 @@ +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 "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\' \"quotes\" +Escaped ellipsis\... + +'Escaped \"quotes\" in real ones' +\'"Real" quotes in escaped ones\'
\ No newline at end of file |