diff options
author | Dmitry Shachnev <mitya57@gmail.com> | 2023-05-13 21:56:33 +0300 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2023-05-16 11:42:55 -0400 |
commit | 965c06c398a394b1da06651bb4ed62be7609a946 (patch) | |
tree | ba6adcea01d010c8c2162266493c93de8f8bd975 /tests/extensions | |
parent | 1aa4c3d385a8456397c5189079c90e818fc34a06 (diff) | |
download | python-markdown-master.tar.gz |
Diffstat (limited to 'tests/extensions')
-rw-r--r-- | tests/extensions/smarty.html | 32 | ||||
-rw-r--r-- | tests/extensions/smarty.txt | 40 |
2 files changed, 0 insertions, 72 deletions
diff --git a/tests/extensions/smarty.html b/tests/extensions/smarty.html deleted file mode 100644 index e37e377..0000000 --- a/tests/extensions/smarty.html +++ /dev/null @@ -1,32 +0,0 @@ -<p>’.<br /> -1440–80’s<br /> -1440–’80s<br /> -1440—’80s<br /> -1960s<br /> -1960’s<br /> -one two ’60s<br /> -’60s</p> -<p>It’s fun. What’s fun?<br /> -“Isn’t this fun”? — she said…<br /> -“‘Quoted’ words in a larger quote.”<br /> -‘Quoted “words” in a larger quote.’<br /> -“quoted” text and <strong>bold “quoted” text</strong><br /> -‘quoted’ text and <strong>bold ‘quoted’ text</strong><br /> -em-dashes (—) and ellipes (…)<br /> -“<a href="http://example.com">Link</a>” — she said.</p> -<p>“Ellipsis within quotes…”</p> -<p>Кавычки-«ёлочки»<br /> -«hello»<br /> -Anführungszeichen-»Chevrons«</p> -<hr /> -<p>Escaped -- ndash<br /> -'Escaped' "quotes"<br /> -Escaped ellipsis...</p> -<p>‘Escaped "quotes" in real ones’<br /> -'“Real” quotes in escaped ones'</p> -<p>Skip <code><<all>> "code" -- --- 'spans' ...</code>.</p> -<pre><code>Also skip "code" 'blocks' -foo -- bar --- baz ... -</code></pre> -<p>A line that ‘wraps’ with -<em>emphasis</em> at the beginning of the next line.</p>
\ No newline at end of file diff --git a/tests/extensions/smarty.txt b/tests/extensions/smarty.txt deleted file mode 100644 index 12e5c95..0000000 --- a/tests/extensions/smarty.txt +++ /dev/null @@ -1,40 +0,0 @@ -'. -1440--80's -1440--'80s -1440---'80s -1960s -1960's -one two '60s -'60s - -It's fun. What's fun? -"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. - -"Ellipsis within quotes..." - -Кавычки-<<ёлочки>> -<<hello>> -Anführungszeichen->>Chevrons<< - ---- -- --- - -Escaped \-- ndash -\'Escaped\' \"quotes\" -Escaped ellipsis\... - -'Escaped \"quotes\" in real ones' -\'"Real" quotes in escaped ones\' - -Skip `<<all>> "code" -- --- 'spans' ...`. - - Also skip "code" 'blocks' - foo -- bar --- baz ... - -A line that 'wraps' with -*emphasis* at the beginning of the next line. |