Browse Source

Replaced old stmd tests with fresh specs

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
bdb1e17a99
  1. 1
      Makefile
  2. 5210
      test/fixtures/stmd/bad.txt
  3. 1386
      test/fixtures/stmd/good.txt
  4. 6137
      test/fixtures/stmd/spec.txt
  5. 8
      test/fixtures/stmd_conflicting/Code/FenceMatching.html
  6. 10
      test/fixtures/stmd_conflicting/Code/FenceMatching.markdown
  7. 24
      test/fixtures/stmd_conflicting/Code/FencedCodeBlocks.html
  8. 35
      test/fixtures/stmd_conflicting/Code/FencedCodeBlocks.markdown
  9. 9
      test/fixtures/stmd_conflicting/Headers/Setext.html
  10. 17
      test/fixtures/stmd_conflicting/Headers/Setext.markdown
  11. 14
      test/fixtures/stmd_ok/Headers/ATX.html
  12. 20
      test/fixtures/stmd_ok/Headers/ATX.markdown
  13. 12
      test/fixtures/stmd_pending/Blockquotes/Indents.html
  14. 5
      test/fixtures/stmd_pending/Blockquotes/Indents.markdown
  15. 32
      test/fixtures/stmd_pending/Blockquotes/Nesting.html
  16. 22
      test/fixtures/stmd_pending/Blockquotes/Nesting.markdown
  17. 39
      test/fixtures/stmd_pending/Blockquotes/Separation.html
  18. 29
      test/fixtures/stmd_pending/Blockquotes/Separation.markdown
  19. 33
      test/fixtures/stmd_pending/Code/BlankLines.html
  20. 28
      test/fixtures/stmd_pending/Code/BlankLines.markdown
  21. 14
      test/fixtures/stmd_pending/Code/BlankLinesAtEnd.html
  22. 14
      test/fixtures/stmd_pending/Code/BlankLinesAtEnd.markdown
  23. 22
      test/fixtures/stmd_pending/Code/IndentedCodeBlocks.html
  24. 22
      test/fixtures/stmd_pending/Code/IndentedCodeBlocks.markdown
  25. 20
      test/fixtures/stmd_pending/Code/IndentedFences.html
  26. 26
      test/fixtures/stmd_pending/Code/IndentedFences.markdown
  27. 22
      test/fixtures/stmd_pending/Code/IndentedInLists.html
  28. 17
      test/fixtures/stmd_pending/Code/IndentedInLists.markdown
  29. 13
      test/fixtures/stmd_pending/Code/Inline.html
  30. 13
      test/fixtures/stmd_pending/Code/Inline.markdown
  31. 30
      test/fixtures/stmd_pending/Code/ListBreakAfter.html
  32. 26
      test/fixtures/stmd_pending/Code/ListBreakAfter.markdown
  33. 7
      test/fixtures/stmd_pending/Code/WhiteLines.html
  34. 9
      test/fixtures/stmd_pending/Code/WhiteLines.markdown
  35. 1
      test/fixtures/stmd_pending/Emphasis/Escapes.html
  36. 1
      test/fixtures/stmd_pending/Emphasis/Escapes.markdown
  37. 66
      test/fixtures/stmd_pending/Emphasis/NestedEmphAndStrong.html
  38. 69
      test/fixtures/stmd_pending/Emphasis/NestedEmphAndStrong.markdown
  39. 24
      test/fixtures/stmd_pending/Emphasis/Pathological.html
  40. 26
      test/fixtures/stmd_pending/Emphasis/Pathological.markdown
  41. 10
      test/fixtures/stmd_pending/Emphasis/Punctuation.html
  42. 19
      test/fixtures/stmd_pending/Emphasis/Punctuation.markdown
  43. 18
      test/fixtures/stmd_pending/HTML/Blocks.html
  44. 26
      test/fixtures/stmd_pending/HTML/Blocks.markdown
  45. 8
      test/fixtures/stmd_pending/HTML/Inline.html
  46. 8
      test/fixtures/stmd_pending/HTML/Inline.markdown
  47. 4
      test/fixtures/stmd_pending/HTML/UppercaseTags.html
  48. 5
      test/fixtures/stmd_pending/HTML/UppercaseTags.markdown
  49. 14
      test/fixtures/stmd_pending/Headers/ATX.html
  50. 20
      test/fixtures/stmd_pending/Headers/ATX.markdown
  51. 9
      test/fixtures/stmd_pending/Headers/Setext.html
  52. 17
      test/fixtures/stmd_pending/Headers/Setext.markdown
  53. 3
      test/fixtures/stmd_pending/Links/AngleBrackets.html
  54. 7
      test/fixtures/stmd_pending/Links/AngleBrackets.markdown
  55. 7
      test/fixtures/stmd_pending/Links/AutoLinks.html
  56. 7
      test/fixtures/stmd_pending/Links/AutoLinks.markdown
  57. 1
      test/fixtures/stmd_pending/Links/BackticksInLinks.html
  58. 1
      test/fixtures/stmd_pending/Links/BackticksInLinks.markdown
  59. 1
      test/fixtures/stmd_pending/Links/CaseInsensitiveReferences.html
  60. 3
      test/fixtures/stmd_pending/Links/CaseInsensitiveReferences.markdown
  61. 2
      test/fixtures/stmd_pending/Links/Entities.html
  62. 3
      test/fixtures/stmd_pending/Links/Entities.markdown
  63. 10
      test/fixtures/stmd_pending/Links/InlineLinks.html
  64. 9
      test/fixtures/stmd_pending/Links/InlineLinks.markdown
  65. 6
      test/fixtures/stmd_pending/Links/ParensInURLs.html
  66. 14
      test/fixtures/stmd_pending/Links/ParensInURLs.markdown
  67. 7
      test/fixtures/stmd_pending/Links/ReferenceLinks.html
  68. 10
      test/fixtures/stmd_pending/Links/ReferenceLinks.markdown
  69. 14
      test/fixtures/stmd_pending/Lists/CodeBlocksInLists.html
  70. 18
      test/fixtures/stmd_pending/Lists/CodeBlocksInLists.markdown
  71. 20
      test/fixtures/stmd_pending/Lists/ConsecutiveLists.html
  72. 10
      test/fixtures/stmd_pending/Lists/ConsecutiveLists.markdown
  73. 10
      test/fixtures/stmd_pending/Lists/EmptyListItem.html
  74. 7
      test/fixtures/stmd_pending/Lists/EmptyListItem.markdown
  75. 22
      test/fixtures/stmd_pending/Lists/InBlockquote.html
  76. 12
      test/fixtures/stmd_pending/Lists/InBlockquote.markdown
  77. 22
      test/fixtures/stmd_pending/Lists/Indents.html
  78. 17
      test/fixtures/stmd_pending/Lists/Indents.markdown
  79. 7
      test/fixtures/stmd_pending/Lists/ListsAndHRs.html
  80. 3
      test/fixtures/stmd_pending/Lists/ListsAndHRs.markdown
  81. 6
      test/fixtures/stmd_pending/Lists/ListsAndSetextHeaders.html
  82. 4
      test/fixtures/stmd_pending/Lists/ListsAndSetextHeaders.markdown
  83. 56
      test/fixtures/stmd_pending/Lists/MultipleBlankLines.html
  84. 37
      test/fixtures/stmd_pending/Lists/MultipleBlankLines.markdown
  85. 11
      test/fixtures/stmd_pending/Lists/Start.html
  86. 7
      test/fixtures/stmd_pending/Lists/Start.markdown
  87. 49
      test/fixtures/stmd_pending/Lists/Sublists.html
  88. 24
      test/fixtures/stmd_pending/Lists/Sublists.markdown
  89. 49
      test/fixtures/stmd_pending/Lists/TightAndLoose.html
  90. 45
      test/fixtures/stmd_pending/Lists/TightAndLoose.markdown
  91. 32
      test/fixtures/stmd_pending/Lists/TightLooseBlockquote.html
  92. 25
      test/fixtures/stmd_pending/Lists/TightLooseBlockquote.markdown
  93. 7
      test/fixtures/stmd_pending/Lists/TightLooseMore.html
  94. 4
      test/fixtures/stmd_pending/Lists/TightLooseMore.markdown
  95. 21
      test/fixtures/stmd_pending/Lists/TwoBlankLinesEndList.html
  96. 20
      test/fixtures/stmd_pending/Lists/TwoBlankLinesEndList.markdown
  97. 14
      test/fixtures/stmd_pending/Misc/BackslashEscapes.html
  98. 19
      test/fixtures/stmd_pending/Misc/BackslashEscapes.markdown
  99. 22
      test/fixtures/stmd_pending/Misc/Laziness.html
  100. 14
      test/fixtures/stmd_pending/Misc/Laziness.markdown

1
Makefile

@ -24,6 +24,7 @@ lint:
test: lint
NODE_ENV=test mocha -R spec
./bin/specsplit.js test/fixtures/stmd/spec.txt
gh-pages:

5210
test/fixtures/stmd/bad.txt

File diff suppressed because it is too large

1386
test/fixtures/stmd/good.txt

File diff suppressed because it is too large

6137
test/fixtures/stmd/spec.txt

File diff suppressed because it is too large

8
test/fixtures/stmd_conflicting/Code/FenceMatching.html

@ -1,8 +0,0 @@
<pre class="abc"><code>```
</code></pre>
<pre class="blah"><code>
`````
````
</code></pre>

10
test/fixtures/stmd_conflicting/Code/FenceMatching.markdown

@ -1,10 +0,0 @@
````abc
```
````
``````blah
`````
````
```````````

24
test/fixtures/stmd_conflicting/Code/FencedCodeBlocks.html

@ -1,24 +0,0 @@
<p>This is a fenced code block:</p>
<pre class="haskell"><code>pairs :: [(Int,Char)]
pairs = [(x,y) | x &lt;- [0..10], y &lt;- ['a'..'z']]
</code></pre>
<p>Here is one with tildes:</p>
<pre class="haskell"><code>pairs :: [(Int,Char)]
pairs = [(x,y) | x &lt;- [0..10], y &lt;- ['a'..'z']]
</code></pre>
<p>More metadata:</p>
<pre class="haskell"><code>pairs :: [(Int,Char)]
pairs = [(x,y) | x &lt;- [0..10], y &lt;- ['a'..'z']]
</code></pre>
<p>More backticks:</p>
<pre class="haskell"><code>pairs :: [(Int,Char)]
pairs = [(x,y) | x &lt;- [0..10], y &lt;- ['a'..'z']]
backticks :: String
backticks = &quot;`````&quot;
</code></pre>
<p>Without an end:</p>
<pre><code>code with
no end
</code></pre>

35
test/fixtures/stmd_conflicting/Code/FencedCodeBlocks.markdown

@ -1,35 +0,0 @@
This is a fenced code block:
```haskell
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
```
Here is one with tildes:
~~~ haskell
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
~~~
More metadata:
```haskell numberLines start=50
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
```
More backticks:
```````` haskell
pairs :: [(Int,Char)]
pairs = [(x,y) | x <- [0..10], y <- ['a'..'z']]
backticks :: String
backticks = "`````"
`````````````
Without an end:
```
code with
no end

9
test/fixtures/stmd_conflicting/Headers/Setext.html

@ -1,9 +0,0 @@
<h1>Level one</h1>
<h2>Two</h2>
<p>In a paragraph</p>
<h2>Level two</h2>
<p>more text</p>
<p>======
no empty headers</p>
<p>not a header</p>
<hr />

17
test/fixtures/stmd_conflicting/Headers/Setext.markdown

@ -1,17 +0,0 @@
Level one
=========
Two
---
In a paragraph
Level two
---------
more text
======
no empty headers
not a header
------------ -----

14
test/fixtures/stmd_ok/Headers/ATX.html

@ -1,14 +0,0 @@
<h1>One</h1>
<h2>Two</h2>
<h3>Three</h3>
<h4>Four</h4>
<h5>Five</h5>
<h6>Six</h6>
<p>####### Seven</p>
<h3>Three with</h3>
<h2>Spacing doesn't matter</h2>
<h2>Escaped final #</h2>
<p>## Not a header</p>
<p>#5 not a header</p>
<h2></h2>
<p>(empty header)</p>

20
test/fixtures/stmd_ok/Headers/ATX.markdown

@ -1,20 +0,0 @@
# One
## Two
### Three
#### Four
##### Five
###### Six
####### Seven
### Three with ###
## Spacing doesn't matter ##
## Escaped final \##
\## Not a header
#5 not a header
##
(empty header)

12
test/fixtures/stmd_pending/Blockquotes/Indents.html

@ -1,12 +0,0 @@
<blockquote>
<p>one
blockquote</p>
</blockquote>
<blockquote>
<blockquote>
<blockquote>
<p>triply nested
triply nested</p>
</blockquote>
</blockquote>
</blockquote>

5
test/fixtures/stmd_pending/Blockquotes/Indents.markdown

@ -1,5 +0,0 @@
> one
> blockquote
>>> triply nested
> > > triply nested

32
test/fixtures/stmd_pending/Blockquotes/Nesting.html

@ -1,32 +0,0 @@
<p>These are all equivalent:</p>
<blockquote>
<blockquote>
<p>nested
blockquote</p>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<p>nested
blockquote</p>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<p>nested
blockquote</p>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<p>nested
blockquote</p>
</blockquote>
</blockquote>
<p>This is not:</p>
<blockquote>
<p>nested</p>
<blockquote>
<p>blockquote</p>
</blockquote>
</blockquote>

22
test/fixtures/stmd_pending/Blockquotes/Nesting.markdown

@ -1,22 +0,0 @@
These are all equivalent:
> > nested
> > blockquote
>> nested
>> blockquote
> > nested
blockquote
> > nested
> blockquote
This is not:
> nested
> > blockquote

39
test/fixtures/stmd_pending/Blockquotes/Separation.html

@ -1,39 +0,0 @@
<p>One blockquote, two paragraphs:</p>
<blockquote>
<p>one</p>
<p>two</p>
</blockquote>
<p>Two blockquotes:</p>
<blockquote>
<p>one</p>
</blockquote>
<blockquote>
<p>two</p>
</blockquote>
<p>Nested blockquote, two paragraphs:</p>
<blockquote>
<blockquote>
<p>one</p>
<p>two</p>
</blockquote>
</blockquote>
<p>Nested blockquote, two blockquotes:</p>
<blockquote>
<blockquote>
<p>one</p>
</blockquote>
<blockquote>
<p>two</p>
</blockquote>
</blockquote>
<p>Two nested blockquotes:</p>
<blockquote>
<blockquote>
<p>one</p>
</blockquote>
</blockquote>
<blockquote>
<blockquote>
<p>two</p>
</blockquote>
</blockquote>

29
test/fixtures/stmd_pending/Blockquotes/Separation.markdown

@ -1,29 +0,0 @@
One blockquote, two paragraphs:
> one
>
> two
Two blockquotes:
> one
> two
Nested blockquote, two paragraphs:
> > one
> >
> > two
Nested blockquote, two blockquotes:
> > one
>
> > two
Two nested blockquotes:
> > one
> > two

33
test/fixtures/stmd_pending/Code/BlankLines.html

@ -1,33 +0,0 @@
<pre><code>foo
bar
</code></pre>
<blockquote>
<pre><code>foo
bar
</code></pre>
</blockquote>
<pre><code>foo
bar
</code></pre>
<ol>
<li><p>One</p>
<pre><code>CodeA
CodeB
</code></pre></li>
<li><p>Two</p>
<pre><code>CodeA
</code></pre></li>
</ol>
<ol>
<li>One</li>
</ol>

28
test/fixtures/stmd_pending/Code/BlankLines.markdown

@ -1,28 +0,0 @@
foo
bar
> foo
>
>
>
> bar
foo
bar
1. One
CodeA
CodeB
2. Two
CodeA
1. One

14
test/fixtures/stmd_pending/Code/BlankLinesAtEnd.html

@ -1,14 +0,0 @@
<ul>
<li><p>List</p>
<pre><code>code
</code></pre></li>
</ul>
<ul>
<li>one</li>
<li>two</li>
</ul>
<ul>
<li><p>one
not code</p></li>
<li><p>two</p></li>
</ul>

14
test/fixtures/stmd_pending/Code/BlankLinesAtEnd.markdown

@ -1,14 +0,0 @@
* List
code
* one
* two
* one
not code
* two

22
test/fixtures/stmd_pending/Code/IndentedCodeBlocks.html

@ -1,22 +0,0 @@
<p>Indented code with two space indent in first and last line:</p>
<pre><code> two spaces *hello*
{ more }
and
</code></pre>
<p>Indented code requires a leading/trailing blank line:
quick-command --option &quot;$*&quot;</p>
<p>Indented code does not require a trailing blank line:</p>
<pre><code>code
</code></pre>
<p>and not code.</p>
<p>Code in blockquote:</p>
<blockquote>
<pre><code>code
</code></pre>
</blockquote>
<p>Code in list:</p>
<ol>
<li><pre><code>code
</code></pre></li>
</ol>

22
test/fixtures/stmd_pending/Code/IndentedCodeBlocks.markdown

@ -1,22 +0,0 @@
Indented code with two space indent in first and last line:
two spaces *hello*
{ more }
and
Indented code requires a leading/trailing blank line:
quick-command --option "$*"
Indented code does not require a trailing blank line:
code
and not code.
Code in blockquote:
> code
Code in list:
1. code

20
test/fixtures/stmd_pending/Code/IndentedFences.html

@ -1,20 +0,0 @@
<pre><code>a
</code></pre>
<pre><code>z
</code></pre>
<pre><code>a
a
a
a
</code></pre>
<ul>
<li><p>foo</p>
<pre><code> Hello
World
</code></pre></li>
</ul>
<blockquote>
<pre><code>a
</code></pre>
</blockquote>

26
test/fixtures/stmd_pending/Code/IndentedFences.markdown

@ -1,26 +0,0 @@
```
a
```
```
z
```
```
a
a
a
a
```
* foo
```
Hello
World
```
> ```
>a
>```

22
test/fixtures/stmd_pending/Code/IndentedInLists.html

@ -1,22 +0,0 @@
<ul>
<li><pre><code>code starts here
</code></pre></li>
</ul>
<ol>
<li><p>foo</p>
<pre><code>code starts here
</code></pre></li>
<li><p>foo</p>
<pre><code>code starts here
</code></pre></li>
</ol>
<ul>
<li><p>foo</p>
<pre><code>code starts here
</code></pre>
<ul>
<li><p>foo</p>
<pre><code>code starts here
</code></pre></li>
</ul></li>
</ul>

17
test/fixtures/stmd_pending/Code/IndentedInLists.markdown

@ -1,17 +0,0 @@
- code starts here
1. foo
code starts here
2. foo
code starts here
- foo
code starts here
- foo
code starts here

13
test/fixtures/stmd_pending/Code/Inline.html

@ -1,13 +0,0 @@
<p>All of these are equivalent:</p>
<ul>
<li><code>*hi*</code></li>
<li><code>*hi*</code></li>
<li><code>*hi*</code></li>
<li><code>*hi*</code></li>
<li><code>*hi*</code></li>
</ul>
<p>Backticks in code spans:</p>
<ul>
<li><code>``code``</code></li>
<li><code>``code``</code></li>
</ul>

13
test/fixtures/stmd_pending/Code/Inline.markdown

@ -1,13 +0,0 @@
All of these are equivalent:
- `*hi*`
- ` *hi* `
- ``*hi* ``
- ````*hi*````
- `*hi*
`
Backticks in code spans:
- ``` ``code`` ```
- ` ``code`` `

30
test/fixtures/stmd_pending/Code/ListBreakAfter.html

@ -1,30 +0,0 @@
<ul>
<li><p>foo</p>
<ul>
<li><p>bar</p>
<pre><code>code1
code2
</code></pre>
<p>code?</p></li>
</ul></li>
<li><p>foo</p>
<ul>
<li><p>bar</p>
<pre><code>code1
code2
</code></pre></li>
</ul></li>
</ul>
<pre><code>code?
</code></pre>
<ul>
<li>foo
<ul>
<li><p>bar</p>
<pre><code>code1
code2
</code></pre></li>
</ul></li>
</ul>
<pre><code>code?
</code></pre>

26
test/fixtures/stmd_pending/Code/ListBreakAfter.markdown

@ -1,26 +0,0 @@
* foo
* bar
code1
code2
code?
* foo
* bar
code1
code2
code?
* foo
* bar
code1
code2
code?

7
test/fixtures/stmd_pending/Code/WhiteLines.html

@ -1,7 +0,0 @@
<pre><code>ABC
DEF
</code></pre>
<p>GHI</p>

9
test/fixtures/stmd_pending/Code/WhiteLines.markdown

@ -1,9 +0,0 @@
ABC
DEF
GHI

1
test/fixtures/stmd_pending/Emphasis/Escapes.html

@ -1 +0,0 @@
<p><em>hi* there</em></p>

1
test/fixtures/stmd_pending/Emphasis/Escapes.markdown

@ -1 +0,0 @@
*hi\* there*

66
test/fixtures/stmd_pending/Emphasis/NestedEmphAndStrong.html

@ -1,66 +0,0 @@
<ol>
<li><strong><em>test test</em></strong></li>
<li><strong><em>test test</em></strong></li>
<li><em>test <strong>test</strong></em></li>
<li><strong>test <em>test</em></strong></li>
<li><strong><em>test</em> test</strong></li>
<li><em><strong>test</strong> test</em></li>
<li><strong><em>test</em> test</strong></li>
<li><strong>test <em>test</em></strong></li>
<li><em>test <strong>test</strong></em></li>
<li><em>test <strong>test</strong></em></li>
<li><strong>test <em>test</em></strong></li>
<li><strong><em>test</em> test</strong></li>
<li><em><strong>test</strong> test</em></li>
<li><strong><em>test</em> test</strong></li>
<li><strong>test <em>test</em></strong></li>
<li><em>test <strong>test</strong></em></li>
</ol>
<p>Incorrect nesting:</p>
<ol>
<li>*test <strong>test* test</strong></li>
<li>_test <strong>test_ test</strong></li>
<li>**test <em>test</em>* test*</li>
<li>__test␣<em>test</em>_␣test_</li>
<li><em>test <em>test</em> test</em></li>
<li><em>test <em>test</em> test</em></li>
<li><strong>test <strong>test</strong> test</strong></li>
<li><strong>test <strong>test</strong> test</strong></li>
</ol>
<p>No emphasis:</p>
<ol>
<li>test* test *test</li>
<li>test** test **test</li>
<li>test_ test _test</li>
<li>test__ test __test</li>
</ol>
<p>Middle-word emphasis (asterisks):</p>
<ol>
<li><em>a</em>b</li>
<li>a<em>b</em></li>
<li>a<em>b</em>c</li>
<li><strong>a</strong>b</li>
<li>a<strong>b</strong></li>
<li>a<strong>b</strong>c</li>
</ol>
<p>Middle-word emphasis (underscore):</p>
<ol>
<li>_a_b</li>
<li>a_b_</li>
<li>a_b_c</li>
<li>__a__b</li>
<li>a__b__</li>
<li>a__b__c</li>
<li>my_precious_file.txt</li>
</ol>
<p>Tricky Cases:</p>
<ol>
<li>E**. <strong>Test</strong> TestTestTest</li>
<li>E**. <strong>Test</strong> Test Test Test</li>
</ol>
<p>Overlong emphasis:</p>
<p>Name: ____________<br />
Organization: ____<br />
Region/Country: __</p>
<p>_____Cut here_____</p>
<p>____Cut here____</p>

69
test/fixtures/stmd_pending/Emphasis/NestedEmphAndStrong.markdown

@ -1,69 +0,0 @@
1. ***test test***
2. ___test test___
3. *test **test***
4. **test *test***
5. ***test* test**
6. ***test** test*
7. ***test* test**
8. **test *test***
9. *test **test***
10. _test __test___
11. __test _test___
12. ___test_ test__
13. ___test__ test_
14. ___test_ test__
15. __test _test___
16. _test __test___
Incorrect nesting:
1. *test **test* test**
2. _test __test_ test__
3. **test *test** test*
4. __test _test__ test_
5. *test *test* test*
6. _test _test_ test_
7. **test **test** test**
8. __test __test__ test__
No emphasis:
1. test* test *test
2. test** test **test
3. test_ test _test
4. test__ test __test
Middle-word emphasis (asterisks):
1. *a*b
2. a*b*
3. a*b*c
4. **a**b
5. a**b**
6. a**b**c
Middle-word emphasis (underscore):
1. _a_b
2. a_b_
3. a_b_c
4. __a__b
5. a__b__
6. a__b__c
7. my_precious_file.txt
Tricky Cases:
1. E**. **Test** TestTestTest
2. E**. **Test** Test Test Test
Overlong emphasis:
Name: ____________
Organization: ____
Region/Country: __
_____Cut here_____
____Cut here____

24
test/fixtures/stmd_pending/Emphasis/Pathological.html

@ -1,24 +0,0 @@
<p>This input can take a long time to parse in some implementations.</p>
<p>*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
aaaaa</p>
<p><em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a<strong>a<em>a</em><em>a</em>a</strong>a<em>a</em><em>a</em>a**</p>

26
test/fixtures/stmd_pending/Emphasis/Pathological.markdown

@ -1,26 +0,0 @@
This input can take a long time to parse in some implementations.
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
*a
aaaaa
*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**a*a**

10
test/fixtures/stmd_pending/Emphasis/Punctuation.html

@ -1,10 +0,0 @@
<p>Here is a _ that is <em>cool</em>.</p>
<p><em>Foo.</em></p>
<p><strong>Foo.</strong></p>
<p><strong><em>Foo.</em></strong></p>
<p><em>Foo</em>.</p>
<p><strong>Foo</strong>.</p>
<p><strong><em>Foo</em></strong>.</p>
<p><em>Foo</em>. <em>Foo</em>? <em>Foo</em>! <em>Foo</em>: <em>Foo</em>; (<em>Foo</em>)</p>
<p><strong>Foo</strong>. <strong>Foo</strong>? <strong>Foo</strong>! <strong>Foo</strong>: <strong>Foo</strong>; (<strong>Foo</strong>)</p>
<p><strong><em>Foo</em></strong>. <strong><em>Foo</em></strong>? <strong><em>Foo</em></strong>! <strong><em>Foo</em></strong>: <strong><em>Foo</em></strong>; (<strong><em>Foo</em></strong>)</p>

19
test/fixtures/stmd_pending/Emphasis/Punctuation.markdown

@ -1,19 +0,0 @@
Here is a _ that is _cool_.
_Foo._
__Foo.__
___Foo.___
_Foo_.
__Foo__.
___Foo___.
_Foo_. _Foo_? _Foo_! _Foo_: _Foo_; (_Foo_)
__Foo__. __Foo__? __Foo__! __Foo__: __Foo__; (__Foo__)
___Foo___. ___Foo___? ___Foo___! ___Foo___: ___Foo___; (___Foo___)

18
test/fixtures/stmd_pending/HTML/Blocks.html

@ -1,18 +0,0 @@
<div>
<div>
*raw html*
</div>
</div>
<div>
<div>
<p><em>this is markdown</em></p>
</div>
</div>
<!-- comment
here -->
<!--
<p><em>commented out markdown</em></p>
-->
<div>
* raw html with trailing space
</div>

26
test/fixtures/stmd_pending/HTML/Blocks.markdown

@ -1,26 +0,0 @@
<div>
<div>
*raw html*
</div>
</div>
<div>
<div>
*this is markdown*
</div>
</div>
<!-- comment
here -->
<!--
*commented out markdown*
-->
<div>
* raw html with trailing space
</div>

8
test/fixtures/stmd_pending/HTML/Inline.html

@ -1,8 +0,0 @@
<p><span>hi</span>
<span><code>hi</code></span>
<span class="foo bar"
title='whatever' blue=yes/>
Hello <!-- this
is a comment --> there.
A line<br />break.
<not a tag></p>

8
test/fixtures/stmd_pending/HTML/Inline.markdown

@ -1,8 +0,0 @@
<span>hi</span>
<span>`hi`</span>
<span class="foo bar"
title='whatever' blue=yes/>
Hello <!-- this
is a comment --> there.
A line<br />break.
<not a tag>

4
test/fixtures/stmd_pending/HTML/UppercaseTags.html

@ -1,4 +0,0 @@
<DIV>
this is a block
</DIV>
<p>Here is some <I>inline</I> html.</p>

5
test/fixtures/stmd_pending/HTML/UppercaseTags.markdown

@ -1,5 +0,0 @@
<DIV>
this is a block
</DIV>
Here is some <I>inline</I> html.

14
test/fixtures/stmd_pending/Headers/ATX.html

@ -1,14 +0,0 @@
<h1>One</h1>
<h2>Two</h2>
<h3>Three</h3>
<h4>Four</h4>
<h5>Five</h5>
<h6>Six</h6>
<p>####### Seven</p>
<h3>Three with</h3>
<h2>Spacing doesn't matter</h2>
<h2>Escaped final #</h2>
<p>## Not a header</p>
<p>#5 not a header</p>
<h2></h2>
<p>(empty header)</p>

20
test/fixtures/stmd_pending/Headers/ATX.markdown

@ -1,20 +0,0 @@
# One
## Two
### Three
#### Four
##### Five
###### Six
####### Seven
### Three with ###
## Spacing doesn't matter ##
## Escaped final \##
\## Not a header
#5 not a header
##
(empty header)

9
test/fixtures/stmd_pending/Headers/Setext.html

@ -1,9 +0,0 @@
<h1>Level one</h1>
<h2>Two</h2>
<p>In a paragraph</p>
<h2>Level two</h2>
<p>more text</p>
<p>======
no empty headers</p>
<p>not a header</p>
<hr />

17
test/fixtures/stmd_pending/Headers/Setext.markdown

@ -1,17 +0,0 @@
Level one
=========
Two
---
In a paragraph
Level two
---------
more text
======
no empty headers
not a header
------------ -----

3
test/fixtures/stmd_pending/Links/AngleBrackets.html

@ -1,3 +0,0 @@
<p><a href="?}]*+|&amp;)">silly URL with angle brackets</a>.</p>
<p><a href="url://with spaces" title="title">link</a>.</p>
<p><a href="url with spaces" title="title">link</a>.</p>

7
test/fixtures/stmd_pending/Links/AngleBrackets.markdown

@ -1,7 +0,0 @@
[silly URL with angle brackets](<?}]*+|&)>).
[link](<url://with spaces> "title").
[link][].
[link]: <url with spaces> "title"

7
test/fixtures/stmd_pending/Links/AutoLinks.html

@ -1,7 +0,0 @@
<p><a href="http://google.com?query=blah&amp;time=15">http://google.com?query=blah&amp;time=15</a>
<a href="mailto:someone.else@somedomain.com">someone.else@somedomain.com</a>
<a href="ftp://old.ftp.server.edu">ftp://old.ftp.server.edu</a>
<a href="git://some.git.repo/project.git">git://some.git.repo/project.git</a>
<not autolink>
&lt;http://not.an autolink&gt;
&lt;relative/not/autolink&gt;</p>

7
test/fixtures/stmd_pending/Links/AutoLinks.markdown

@ -1,7 +0,0 @@
<http://google.com?query=blah&time=15>
<someone.else@somedomain.com>
<ftp://old.ftp.server.edu>
<git://some.git.repo/project.git>
<not autolink>
<http://not.an autolink>
<relative/not/autolink>

1
test/fixtures/stmd_pending/Links/BackticksInLinks.html

@ -1 +0,0 @@
<p><a href="/url">the right bracket character (<code>]</code>)</a></p>

1
test/fixtures/stmd_pending/Links/BackticksInLinks.markdown

@ -1 +0,0 @@
[the right bracket character (`]`)](/url)

1
test/fixtures/stmd_pending/Links/CaseInsensitiveReferences.html

@ -1 +0,0 @@
<p><a href="/url">Толпой</a> is a Russian word.</p>

3
test/fixtures/stmd_pending/Links/CaseInsensitiveReferences.markdown

@ -1,3 +0,0 @@
[Толпой] is a Russian word.
[ТОЛПОЙ]: /url

2
test/fixtures/stmd_pending/Links/Entities.html

@ -1,2 +0,0 @@
<p><a href="http://g&ouml;&ouml;gle.com">http://g&ouml;&ouml;gle.com</a></p>
<p><a href="/url" title="g&ouml;&ouml;gle &amp; yahoo">hi</a></p>

3
test/fixtures/stmd_pending/Links/Entities.markdown

@ -1,3 +0,0 @@
<http://g&ouml;&ouml;gle.com>
[hi](/url "g&ouml;&ouml;gle & yahoo")

10
test/fixtures/stmd_pending/Links/InlineLinks.html

@ -1,10 +0,0 @@
<ol>
<li><a href="/url">link</a></li>
<li><a href="/url" title="title">link</a></li>
<li><a href="/url" title="title">link</a></li>
<li><a href="/url with spaces" title="title
with linebreak">link <em>with
linebreak</em></a>.</li>
<li><a href="/url(withparens)" title="and single quoted title">link</a></li>
<li>[not a link] (/url)</li>
</ol>

9
test/fixtures/stmd_pending/Links/InlineLinks.markdown

@ -1,9 +0,0 @@
1. [link](/url)
2. [link](/url "title")
3. [link](/url
"title")
4. [link *with
linebreak*](</url with spaces> "title
with linebreak").
5. [link](/url(withparens) 'and single quoted title')
6. [not a link] (/url)

6
test/fixtures/stmd_pending/Links/ParensInURLs.html

@ -1,6 +0,0 @@
<p><a href="/url(test)" title="title">Inline link 1 with parens</a>.</p>
<p><a href="/url(test)" title="title">Inline link 2 with parens</a>.</p>
<p><a href="/url(test)" title="title">Inline link 3 with non-escaped parens</a>.</p>
<p><a href="/url(test)" title="title">Inline link 4 with non-escaped parens</a>.</p>
<p><a href="/url(test)" title="title">Reference link 1 with parens</a>.</p>
<p><a href="/url(test)" title="title">Reference link 2 with parens</a>.</p>

14
test/fixtures/stmd_pending/Links/ParensInURLs.markdown

@ -1,14 +0,0 @@
[Inline link 1 with parens](/url\(test\) "title").
[Inline link 2 with parens](</url\(test\)> "title").
[Inline link 3 with non-escaped parens](/url(test) "title").
[Inline link 4 with non-escaped parens](</url(test)> "title").
[Reference link 1 with parens][1].
[Reference link 2 with parens][2].
[1]: /url(test) "title"
[2]: </url(test)> "title"

7
test/fixtures/stmd_pending/Links/ReferenceLinks.html

@ -1,7 +0,0 @@
<ol>
<li><p><a href="/url" title="even in a list item">Link references</a> can be defined anywhere.</p></li>
</ol>
<blockquote>
<p><a href="/foo" title="can break
lines">another</a> one</p>
</blockquote>

10
test/fixtures/stmd_pending/Links/ReferenceLinks.markdown

@ -1,10 +0,0 @@
1. [Link references] can be defined anywhere.
[Link references]: /url
(even in a list item)
> [another] one
>
> [another]:
> /foo "can break
> lines"

14
test/fixtures/stmd_pending/Lists/CodeBlocksInLists.html

@ -1,14 +0,0 @@
<ol>
<li><p>list item
code</p></li>
<li><p>list item</p>
<pre><code>code
</code></pre></li>
<li><pre><code>code
</code></pre></li>
<li><pre><code>code
</code></pre></li>
<li><pre><code>code
code
</code></pre></li>
</ol>

18
test/fixtures/stmd_pending/Lists/CodeBlocksInLists.markdown

@ -1,18 +0,0 @@
1. list item
code
2. list item
~~~
code
~~~
3. ~~~
code
~~~
4. ~~~
code
~~~
5. code
code

20
test/fixtures/stmd_pending/Lists/ConsecutiveLists.html

@ -1,20 +0,0 @@
<ul>
<li>one</li>
<li>one</li>
</ul>
<ul>
<li>two</li>
<li>two</li>
</ul>
<ul>
<li>three</li>
<li>three</li>
</ul>
<ol>
<li>four</li>
<li>four</li>
</ol>
<ol>
<li>five</li>
<li>five</li>
</ol>

10
test/fixtures/stmd_pending/Lists/ConsecutiveLists.markdown

@ -1,10 +0,0 @@
* one
* one
+ two
+ two
- three
- three
1. four
1. four
1) five
1) five

10
test/fixtures/stmd_pending/Lists/EmptyListItem.html

@ -1,10 +0,0 @@
<ul>
<li>one</li>
<li></li>
<li>three</li>
</ul>
<ol>
<li>one</li>
<li></li>
<li>three</li>
</ol>

7
test/fixtures/stmd_pending/Lists/EmptyListItem.markdown

@ -1,7 +0,0 @@
- one
-
- three
1. one
2.
3. three

22
test/fixtures/stmd_pending/Lists/InBlockquote.html

@ -1,22 +0,0 @@
<blockquote>
<ul>
<li>tight</li>
<li>tight</li>
</ul>
</blockquote>
<blockquote>
<ul>
<li><p>loose</p></li>
<li><p>loose</p></li>
</ul>
</blockquote>
<blockquote>
<ul>
<li>one-item list</li>
</ul>
</blockquote>
<blockquote>
<ul>
<li>one-item list</li>
</ul>
</blockquote>

12
test/fixtures/stmd_pending/Lists/InBlockquote.markdown

@ -1,12 +0,0 @@
> - tight
> - tight
> - loose
>
> - loose
> - one-item list
> - one-item list

22
test/fixtures/stmd_pending/Lists/Indents.html

@ -1,22 +0,0 @@
<blockquote>
<ul>
<li><p>foo</p>
<p>bar</p></li>
</ul>
</blockquote>
<ul>
<li>one</li>
<li>two</li>
</ul>
<ul>
<li>one</li>
<li>two</li>
<li>three</li>
</ul>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
<li>three</li>
</ul>

17
test/fixtures/stmd_pending/Lists/Indents.markdown

@ -1,17 +0,0 @@
> * foo
>
> bar
- one
- two
- one
- two
- three
- one
- two
- three

7
test/fixtures/stmd_pending/Lists/ListsAndHRs.html

@ -1,7 +0,0 @@
<ul>
<li>item 1
<ul>
<li>item 2</li>
</ul></li>
</ul>
<hr />

3
test/fixtures/stmd_pending/Lists/ListsAndHRs.markdown

@ -1,3 +0,0 @@
* item 1
* item 2
* * * * *

6
test/fixtures/stmd_pending/Lists/ListsAndSetextHeaders.html

@ -1,6 +0,0 @@
<ol>
<li>item</li>
<li>item
Not header</li>
</ol>
<hr />

4
test/fixtures/stmd_pending/Lists/ListsAndSetextHeaders.markdown

@ -1,4 +0,0 @@
1. item
2. item
Not header
----------

56
test/fixtures/stmd_pending/Lists/MultipleBlankLines.html

@ -1,56 +0,0 @@
<ol>
<li><p>First Item</p>
<ul>
<li><p>one</p>
<ul>
<li>two</li>
</ul></li>
<li><p>one</p>
<ul>
<li>two</li>
</ul></li>
</ul></li>
<li><p>Second Item</p>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
</ul></li>
</ol>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
</ul>
<ol>
<li><p>Third Item</p>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
</ul></li>
</ol>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
</ul>
<ol>
<li><p>Fourth Item</p>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
</ul></li>
</ol>
<ul>
<li>one
<ul>
<li>two</li>
</ul></li>
</ul>

37
test/fixtures/stmd_pending/Lists/MultipleBlankLines.markdown

@ -1,37 +0,0 @@
1. First Item
* one
* two
* one
* two
1. Second Item
* one
* two
* one
* two
1. Third Item
* one
* two
* one
* two
1. Fourth Item
* one
* two
* one
* two

11
test/fixtures/stmd_pending/Lists/Start.html

@ -1,11 +0,0 @@
<ol start="4">
<li>this list starts with 4.</li>
<li>and continues</li>
<li>the continuation number is irrelevant.</li>
</ol>
<ol start="2001">
<li>a space odyssey</li>
</ol>
<ol>
<li>standard lists get no start attribute</li>
</ol>

7
test/fixtures/stmd_pending/Lists/Start.markdown

@ -1,7 +0,0 @@
4. this list starts with 4.
5. and continues
1. the continuation number is irrelevant.
2001) a space odyssey
1. standard lists get no start attribute

49
test/fixtures/stmd_pending/Lists/Sublists.html

@ -1,49 +0,0 @@
<p>Four levels:</p>
<ul>
<li>one
<ul>
<li>two
<ul>
<li>three
<ul>
<li>four</li>
</ul></li>
</ul></li>
</ul></li>
</ul>
<ol>
<li>one
<ol>
<li>two
<ol>
<li>three
<ol>
<li>four</li>
</ol></li>
</ol></li>
</ol></li>
</ol>
<ol>
<li>one
<ul>
<li>two
<ol>
<li>three
<ul>
<li>four</li>
</ul></li>
</ol></li>
</ul></li>
</ol>
<ul>
<li>one
<ul>
<li>two
<ol>
<li>three
<ol>
<li>four</li>
</ol></li>
</ol></li>
</ul></li>
</ul>

24
test/fixtures/stmd_pending/Lists/Sublists.markdown

@ -1,24 +0,0 @@
Four levels:
- one
- two
- three
- four
1. one
1. two
1. three
1. four
1) one
- two
1) three
- four
- one
- two
1. three
1) four

49
test/fixtures/stmd_pending/Lists/TightAndLoose.html

@ -1,49 +0,0 @@
<ol>
<li>tight</li>
</ol>
<ul>
<li>tight</li>
<li>list</li>
</ul>
<ul>
<li><p>loose</p></li>
<li><p>list</p></li>
</ul>
<ol>
<li>tight</li>
<li>list</li>
</ol>
<ol>
<li><p>loose</p></li>
<li><p>list</p></li>
</ol>
<ol>
<li><p>loose</p>
<ul>
<li>sublist</li>
</ul></li>
</ol>
<ol>
<li>tight
<ul>
<li>sublist</li>
</ul></li>
</ol>
<ul>
<li>tight
<blockquote>
<p>blockquote
and</p>
</blockquote>
<pre><code>code
</code></pre></li>
<li>tight</li>
</ul>
<ul>
<li>tight
<ul>
<li><p>with loose</p></li>
<li><p>sublist</p></li>
</ul></li>
<li>tight</li>
</ul>

45
test/fixtures/stmd_pending/Lists/TightAndLoose.markdown

@ -1,45 +0,0 @@
1. tight
- tight
- list
- loose
- list
1. tight
2. list
1. loose
2. list
1. loose
- sublist
1. tight
- sublist
- tight
> blockquote
and
```
code
```
- tight
- tight
- with loose
- sublist
- tight

32
test/fixtures/stmd_pending/Lists/TightLooseBlockquote.html

@ -1,32 +0,0 @@
<ul>
<li>tight I
<blockquote>
<p>bq</p>
</blockquote></li>
<li>tight I</li>
</ul>
<ul>
<li>tight II
<blockquote>
<p>bq</p>
</blockquote>
foo</li>
<li>tight II</li>
</ul>
<ol>
<li>Blank lines in bq don't break list
<blockquote>
<p>bq</p>
</blockquote></li>
<li>Should say (2) in output</li>
</ol>
<ul>
<li>Blank lines in bq don't break LI
<ul>
<li>item A
<blockquote>
<p>bq</p>
</blockquote></li>
<li>item B</li>
</ul></li>
</ul>

25
test/fixtures/stmd_pending/Lists/TightLooseBlockquote.markdown

@ -1,25 +0,0 @@
* tight I
> bq
>
* tight I
* tight II
> bq
>
foo
* tight II
1. Blank lines in bq don't break list
> bq
>
>
1. Should say (2) in output
* Blank lines in bq don't break LI
* item A
> bq
>
>
* item B

7
test/fixtures/stmd_pending/Lists/TightLooseMore.html

@ -1,7 +0,0 @@
<ul>
<li><p>foo</p>
<ul>
<li>bar</li>
</ul>
<p>blah</p></li>
</ul>

4
test/fixtures/stmd_pending/Lists/TightLooseMore.markdown

@ -1,4 +0,0 @@
* foo
* bar
blah

21
test/fixtures/stmd_pending/Lists/TwoBlankLinesEndList.html

@ -1,21 +0,0 @@
<ol>
<li><p>one</p></li>
<li><p>two</p></li>
</ol>
<ol>
<li>new list</li>
</ol>
<blockquote>
<ul>
<li><p>one</p></li>
<li><p>two</p></li>
</ul>
<ul>
<li>new list</li>
</ul>
</blockquote>
<ol>
<li>one</li>
</ol>
<pre><code>code
</code></pre>

20
test/fixtures/stmd_pending/Lists/TwoBlankLinesEndList.markdown

@ -1,20 +0,0 @@
1. one
2. two
1. new list
> - one
>
> - two
>
>
> - new list
1. one
code

14
test/fixtures/stmd_pending/Misc/BackslashEscapes.html

@ -1,14 +0,0 @@
<p>*not emphasized*
\<em>emphasis</em>
**not bold**
&lt;br/&gt; not a tag
[link](/foo) not a link
<a href="/foo)" title="title&quot;">link</a>
`not code`</p>
<p>1. not a list item</p>
<p>* not a list.</p>
<p># Not a header</p>
<p>[foo]: /url &quot;not a reference&quot;</p>
<p>$ ^ ; can be escaped.
\a \b \T cannot.
unicode letters and symbols cannot: \π \‥.</p>

19
test/fixtures/stmd_pending/Misc/BackslashEscapes.markdown

@ -1,19 +0,0 @@
\*not emphasized*
\\*emphasis*
\*\*not bold**
\<br/> not a tag
\[link](/foo) not a link
[link](/foo\) "title\"")
\`not code`
1\. not a list item
\* not a list.
\# Not a header
\[foo]: /url "not a reference"
\$ \^ \; can be escaped.
\a \b \T cannot.
unicode letters and symbols cannot: \π \‥.

22
test/fixtures/stmd_pending/Misc/Laziness.html

@ -1,22 +0,0 @@
<blockquote>
<ol>
<li>one
two</li>
</ol>
</blockquote>
<p>Laziness only affects paragraph continuations:</p>
<blockquote>
<pre><code>code
</code></pre>
</blockquote>
<pre><code>not same code block
</code></pre>
<ol>
<li>hello</li>
</ol>
<hr />
<blockquote>
<pre><code></code></pre>
</blockquote>
<p>code</p>
<pre><code></code></pre>

14
test/fixtures/stmd_pending/Misc/Laziness.markdown

@ -1,14 +0,0 @@
> 1. one
> two
Laziness only affects paragraph continuations:
> code
not same code block
1. hello
-----
> ```
code
```

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save