diff options
| author | Waylan Limberg <waylan.limberg@icloud.com> | 2015-03-29 23:00:30 -0400 |
|---|---|---|
| committer | Waylan Limberg <waylan.limberg@icloud.com> | 2015-04-22 19:53:48 -0400 |
| commit | 0005d7a1c03faa89ccd8a4293741843afcdbbd9b (patch) | |
| tree | 6b395ace96749320feb42747e57778e475c5ade8 /tests | |
| parent | ce5435a1e8d2186a1f4f61f7c35472e4b5d2db93 (diff) | |
| download | python-markdown-0005d7a1c03faa89ccd8a4293741843afcdbbd9b.tar.gz | |
Moved enable_attributes keyword to extension: legacy_attrs.
If you have existing documents that use the legacy attributes format,
then you should enable the legacy_attrs extension for those documents.
Everyone is encouraged to use the attr_list extension going forward.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/extensions/legacy_attrs.html | 10 | ||||
| -rw-r--r-- | tests/extensions/legacy_attrs.txt | 22 | ||||
| -rw-r--r-- | tests/extensions/test.cfg | 4 | ||||
| -rw-r--r-- | tests/misc/attributes-image-ref.html | 1 | ||||
| -rw-r--r-- | tests/misc/attributes-image-ref.txt | 4 | ||||
| -rw-r--r-- | tests/misc/attributes2.html | 6 | ||||
| -rw-r--r-- | tests/misc/attributes2.txt | 10 | ||||
| -rw-r--r-- | tests/misc/bidi.html | 4 | ||||
| -rw-r--r-- | tests/misc/bidi.txt | 4 | ||||
| -rw-r--r-- | tests/misc/multi-test.html | 2 | ||||
| -rw-r--r-- | tests/misc/multi-test.txt | 6 | ||||
| -rw-r--r-- | tests/misc/uche.html | 2 | ||||
| -rw-r--r-- | tests/misc/uche.txt | 3 | ||||
| -rw-r--r-- | tests/pl/Tests_2004/test.cfg | 2 |
14 files changed, 44 insertions, 36 deletions
diff --git a/tests/extensions/legacy_attrs.html b/tests/extensions/legacy_attrs.html new file mode 100644 index 0000000..e11c301 --- /dev/null +++ b/tests/extensions/legacy_attrs.html @@ -0,0 +1,10 @@ +<h1 id="inthebeginning">Header </h1> +<p>Now, let's try something <em class="special">inline</em>, to see if it works</p> +<p>@id=TABLE.OF.CONTENTS}</p> +<ul> +<li id="TABLEOFCONTENTS"></li> +</ul> +<p id="TABLEOFCONTENTS">Or in the middle of the text </p> +<p id="tableofcontents"></p> +<p><a href="http://fourthought.com/"><img alt="" src="http://fourthought.com/images/ftlogo.png" style="float: left; margin: 10px; border: none;" title="Fourthought logo" /></a></p> +<p><img alt="img" id="foo" src="http://example.com/i.jpg" /></p>
\ No newline at end of file diff --git a/tests/extensions/legacy_attrs.txt b/tests/extensions/legacy_attrs.txt new file mode 100644 index 0000000..8988409 --- /dev/null +++ b/tests/extensions/legacy_attrs.txt @@ -0,0 +1,22 @@ +# Header {@id=inthebeginning} + +Now, let's try something *inline{@class=special}*, to see if it works + +@id=TABLE.OF.CONTENTS} + + +* {@id=TABLEOFCONTENTS} + + +Or in the middle of the text {@id=TABLEOFCONTENTS} + +{@id=tableofcontents} + +[](http://fourthought.com/) + +![img{@id=foo}][img] + + [img]: http://example.com/i.jpg + diff --git a/tests/extensions/test.cfg b/tests/extensions/test.cfg index 7e27b29..85c3e55 100644 --- a/tests/extensions/test.cfg +++ b/tests/extensions/test.cfg @@ -71,3 +71,7 @@ smarty: extension_configs: markdown.extensions.smarty: smart_angled_quotes: True + +legacy_attrs: + extensions: + - legacy_attrs
\ No newline at end of file diff --git a/tests/misc/attributes-image-ref.html b/tests/misc/attributes-image-ref.html deleted file mode 100644 index 6974420..0000000 --- a/tests/misc/attributes-image-ref.html +++ /dev/null @@ -1 +0,0 @@ -<p><img alt="img" id="foo" src="http://example.com/i.jpg" /></p>
\ No newline at end of file diff --git a/tests/misc/attributes-image-ref.txt b/tests/misc/attributes-image-ref.txt deleted file mode 100644 index a216971..0000000 --- a/tests/misc/attributes-image-ref.txt +++ /dev/null @@ -1,4 +0,0 @@ -![img{@id=foo}][img] - - [img]: http://example.com/i.jpg - diff --git a/tests/misc/attributes2.html b/tests/misc/attributes2.html deleted file mode 100644 index b78fee0..0000000 --- a/tests/misc/attributes2.html +++ /dev/null @@ -1,6 +0,0 @@ -<p id="TABLE.OF.CONTENTS"></p> -<ul> -<li id="TABLEOFCONTENTS"></li> -</ul> -<p id="TABLEOFCONTENTS">Or in the middle of the text </p> -<p id="tableofcontents"></p>
\ No newline at end of file diff --git a/tests/misc/attributes2.txt b/tests/misc/attributes2.txt deleted file mode 100644 index d635cb2..0000000 --- a/tests/misc/attributes2.txt +++ /dev/null @@ -1,10 +0,0 @@ -{@id=TABLE.OF.CONTENTS} - - -* {@id=TABLEOFCONTENTS} - - -Or in the middle of the text {@id=TABLEOFCONTENTS} - -{@id=tableofcontents} - diff --git a/tests/misc/bidi.html b/tests/misc/bidi.html index ffe04dc..3cc0444 100644 --- a/tests/misc/bidi.html +++ b/tests/misc/bidi.html @@ -1,7 +1,7 @@ <p><strong>Python</strong>(パイソン)は、<a href="http://en.wikipedia.org/wiki/Guido_van_Rossum">Guido van Rossum</a> によって作られたオープンソースのオブジェクト指向スクリプト言語。<a href="http://ja.wikipedia.org/wiki/Perl">Perl</a>とともに欧米で広く普及している。イギリスのテレビ局 BBC が製作したコメディ番組『空飛ぶモンティ・パイソン』にちなんで名付けられた。 (Pythonには、爬虫類のニシキヘビの意味があり、Python言語のマスコットやアイコンとして使われることがある。)</p> <p>|||||||||||||||||||||||||||||THIS SHOULD BE LTR|||||||||||||||||||||||||</p> -<p dir="rtl">|||||||||||||||||||||||||||||THIS SHOULD BE RTL||||||||||||||||||||||||| </p> -<p dir="ltr">(<strong>بايثون</strong> لغة برمجة حديثة بسيطة، واضحة، سريعة ، تستخدم أسلوب البرمجة الكائنية (THIS SHOULD BE LTR ) وقابلة للتطوير بالإضافة إلى أنها مجانية و مفتوح </p> +<p>|||||||||||||||||||||||||||||THIS SHOULD BE RTL||||||||||||||||||||||||| </p> +<p>(<strong>بايثون</strong> لغة برمجة حديثة بسيطة، واضحة، سريعة ، تستخدم أسلوب البرمجة الكائنية (THIS SHOULD BE LTR ) وقابلة للتطوير بالإضافة إلى أنها مجانية و مفتوح </p> <p>پایتون زبان برنامهنویسی تفسیری و سطح بالا ، شیگرا و یک زبان برنامهنویسی تفسیری سمت سرور قدرتمند است که توسط گیدو ون روسوم در سال ۱۹۹۰ ساخته شد. این زبان در ویژگیها شبیه پرل، روبی، اسکیم، اسمالتاک و تیسیال است و از مدیریت خودکار حافظه استفاده میکند</p> <p>Python,是一种面向对象的、直譯式的计算机程序设计语言,也是一种功能强大而完善的通用型语言,已经具有十多年的发展历史,成熟且稳定。</p> <p>ބްލޫ ވޭލްގެ ދޫ މަތީގައި އެއްފަހަރާ 50 މީހުންނަށް ތިބެވިދާނެވެ. ބޮޑު މަހުގެ ދުލަކީ އެހާމެ ބޮޑު އެއްޗެކެވެ.</p> diff --git a/tests/misc/bidi.txt b/tests/misc/bidi.txt index f11ff1c..7e6dbea 100644 --- a/tests/misc/bidi.txt +++ b/tests/misc/bidi.txt @@ -2,10 +2,10 @@ |||||||||||||||||||||||||||||THIS SHOULD BE LTR||||||||||||||||||||||||| -|||||||||||||||||||||||||||||THIS SHOULD BE RTL||||||||||||||||||||||||| {@dir=rtl} +|||||||||||||||||||||||||||||THIS SHOULD BE RTL||||||||||||||||||||||||| -(**بايثون** لغة برمجة حديثة بسيطة، واضحة، سريعة ، تستخدم أسلوب البرمجة الكائنية (THIS SHOULD BE LTR ) وقابلة للتطوير {@dir=ltr} بالإضافة إلى أنها مجانية و مفتوح +(**بايثون** لغة برمجة حديثة بسيطة، واضحة، سريعة ، تستخدم أسلوب البرمجة الكائنية (THIS SHOULD BE LTR ) وقابلة للتطوير بالإضافة إلى أنها مجانية و مفتوح diff --git a/tests/misc/multi-test.html b/tests/misc/multi-test.html index 2c8fe9e..9fe9648 100644 --- a/tests/misc/multi-test.html +++ b/tests/misc/multi-test.html @@ -1,5 +1,3 @@ -<h1 id="inthebeginning">Header </h1> -<p>Now, let's try something <em class="special">inline</em>, to see if it works</p> <p>Blah blah blah <a href="http://www.slashdot.org">http://www.slashdot.org</a></p> <ul> <li>Basic list</li> diff --git a/tests/misc/multi-test.txt b/tests/misc/multi-test.txt index c4ab1c1..feaac31 100644 --- a/tests/misc/multi-test.txt +++ b/tests/misc/multi-test.txt @@ -1,9 +1,3 @@ - -# Header {@id=inthebeginning} - -Now, let's try something *inline{@class=special}*, to see if it works - - Blah blah blah <http://www.slashdot.org> * Basic list diff --git a/tests/misc/uche.html b/tests/misc/uche.html index e62329d..9134e95 100644 --- a/tests/misc/uche.html +++ b/tests/misc/uche.html @@ -1,3 +1,3 @@ <p><img alt="asif" src="http://fourthought.com/images/ftlogo.png" title="Fourthought logo" /></p> -<p><a href="http://fourthought.com/"><img alt="" src="http://fourthought.com/images/ftlogo.png" style="float: left; margin: 10px; border: none;" title="Fourthought logo" /></a></p> +<p><a href="http://fourthought.com/"><img alt="Alt text" src="http://fourthought.com/images/ftlogo.png" title="Fourthought logo" /></a></p> <p><a href="http://link.com/"><img alt="text" src="x" /></a></p>
\ No newline at end of file diff --git a/tests/misc/uche.txt b/tests/misc/uche.txt index a3dda1a..625d2ae 100644 --- a/tests/misc/uche.txt +++ b/tests/misc/uche.txt @@ -1,7 +1,6 @@  -[](http://fourthought.com/) [](http://link.com/) diff --git a/tests/pl/Tests_2004/test.cfg b/tests/pl/Tests_2004/test.cfg index 80f48e5..f0339a9 100644 --- a/tests/pl/Tests_2004/test.cfg +++ b/tests/pl/Tests_2004/test.cfg @@ -8,3 +8,5 @@ Yuri-Footnotes: extensions: footnotes skip: True +Yuri-Attributes: + skip: True
\ No newline at end of file |
