@honkit/markup-it 5.1.5 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/lib/markup.js +1 -0
  2. package/lib/parse/textToUnstyledTokens.d.ts +1 -1
  3. package/lib/parse/textToUnstyledTokens.d.ts.map +1 -1
  4. package/lib/utils/identity.js +1 -1
  5. package/package.json +10 -9
  6. package/lib/__tests__/syntax.d.ts +0 -2
  7. package/lib/__tests__/syntax.d.ts.map +0 -1
  8. package/lib/__tests__/syntax.js +0 -92
  9. package/lib/json/__tests__/decode.d.ts +0 -2
  10. package/lib/json/__tests__/decode.d.ts.map +0 -1
  11. package/lib/json/__tests__/decode.js +0 -38
  12. package/lib/json/__tests__/encode.d.ts +0 -2
  13. package/lib/json/__tests__/encode.d.ts.map +0 -1
  14. package/lib/json/__tests__/encode.js +0 -26
  15. package/lib/models/__tests__/token.d.ts +0 -2
  16. package/lib/models/__tests__/token.d.ts.map +0 -1
  17. package/lib/models/__tests__/token.js +0 -18
  18. package/lib/parse/__tests__/mergeTokens.d.ts +0 -2
  19. package/lib/parse/__tests__/mergeTokens.d.ts.map +0 -1
  20. package/lib/parse/__tests__/mergeTokens.js +0 -51
  21. package/syntaxes/markdown/__tests__/normalizeTeX.spec.js +0 -34
  22. package/syntaxes/markdown/__tests__/specs/amps_and_angles_encoding.html +0 -17
  23. package/syntaxes/markdown/__tests__/specs/amps_and_angles_encoding.md +0 -21
  24. package/syntaxes/markdown/__tests__/specs/auto_links.html +0 -18
  25. package/syntaxes/markdown/__tests__/specs/auto_links.md +0 -13
  26. package/syntaxes/markdown/__tests__/specs/autolink_lines.html +0 -3
  27. package/syntaxes/markdown/__tests__/specs/autolink_lines.md +0 -2
  28. package/syntaxes/markdown/__tests__/specs/backslash_escapes.html +0 -118
  29. package/syntaxes/markdown/__tests__/specs/backslash_escapes.md +0 -120
  30. package/syntaxes/markdown/__tests__/specs/blockquote_list_item.html +0 -3
  31. package/syntaxes/markdown/__tests__/specs/blockquote_list_item.md +0 -4
  32. package/syntaxes/markdown/__tests__/specs/blockquotes_with_code_blocks.html +0 -15
  33. package/syntaxes/markdown/__tests__/specs/blockquotes_with_code_blocks.md +0 -11
  34. package/syntaxes/markdown/__tests__/specs/case_insensitive_refs.html +0 -1
  35. package/syntaxes/markdown/__tests__/specs/case_insensitive_refs.md +0 -3
  36. package/syntaxes/markdown/__tests__/specs/code_blocks.html +0 -18
  37. package/syntaxes/markdown/__tests__/specs/code_blocks.md +0 -14
  38. package/syntaxes/markdown/__tests__/specs/code_blocks_indent.html +0 -13
  39. package/syntaxes/markdown/__tests__/specs/code_blocks_indent.md +0 -14
  40. package/syntaxes/markdown/__tests__/specs/code_spans.html +0 -6
  41. package/syntaxes/markdown/__tests__/specs/code_spans.md +0 -6
  42. package/syntaxes/markdown/__tests__/specs/def_blocks.html +0 -30
  43. package/syntaxes/markdown/__tests__/specs/def_blocks.md +0 -21
  44. package/syntaxes/markdown/__tests__/specs/double_link.html +0 -5
  45. package/syntaxes/markdown/__tests__/specs/double_link.md +0 -5
  46. package/syntaxes/markdown/__tests__/specs/escaped_angles.html +0 -1
  47. package/syntaxes/markdown/__tests__/specs/escaped_angles.md +0 -1
  48. package/syntaxes/markdown/__tests__/specs/footnotes.html +0 -4
  49. package/syntaxes/markdown/__tests__/specs/footnotes.md +0 -3
  50. package/syntaxes/markdown/__tests__/specs/gfm_break.breaks.html +0 -3
  51. package/syntaxes/markdown/__tests__/specs/gfm_break.breaks.md +0 -3
  52. package/syntaxes/markdown/__tests__/specs/gfm_code.html +0 -5
  53. package/syntaxes/markdown/__tests__/specs/gfm_code.md +0 -16
  54. package/syntaxes/markdown/__tests__/specs/gfm_code_hr_list.html +0 -52
  55. package/syntaxes/markdown/__tests__/specs/gfm_code_hr_list.md +0 -53
  56. package/syntaxes/markdown/__tests__/specs/gfm_del.html +0 -1
  57. package/syntaxes/markdown/__tests__/specs/gfm_del.md +0 -1
  58. package/syntaxes/markdown/__tests__/specs/gfm_em.html +0 -1
  59. package/syntaxes/markdown/__tests__/specs/gfm_em.md +0 -1
  60. package/syntaxes/markdown/__tests__/specs/gfm_links.html +0 -2
  61. package/syntaxes/markdown/__tests__/specs/gfm_links.md +0 -1
  62. package/syntaxes/markdown/__tests__/specs/gfm_tables.html +0 -37
  63. package/syntaxes/markdown/__tests__/specs/gfm_tables.md +0 -21
  64. package/syntaxes/markdown/__tests__/specs/hard_wrapped_paragraphs_with_list_like_lines.nogfm.html +0 -10
  65. package/syntaxes/markdown/__tests__/specs/hard_wrapped_paragraphs_with_list_like_lines.nogfm.md +0 -8
  66. package/syntaxes/markdown/__tests__/specs/horizontal_rules.html +0 -71
  67. package/syntaxes/markdown/__tests__/specs/horizontal_rules.md +0 -67
  68. package/syntaxes/markdown/__tests__/specs/hr_list_break.html +0 -10
  69. package/syntaxes/markdown/__tests__/specs/hr_list_break.md +0 -6
  70. package/syntaxes/markdown/__tests__/specs/image.html +0 -5
  71. package/syntaxes/markdown/__tests__/specs/image.md +0 -3
  72. package/syntaxes/markdown/__tests__/specs/inline_html.html +0 -6
  73. package/syntaxes/markdown/__tests__/specs/inline_html.md +0 -6
  74. package/syntaxes/markdown/__tests__/specs/inline_html_advanced.html +0 -15
  75. package/syntaxes/markdown/__tests__/specs/inline_html_advanced.md +0 -15
  76. package/syntaxes/markdown/__tests__/specs/inline_html_comments.html +0 -13
  77. package/syntaxes/markdown/__tests__/specs/inline_html_comments.md +0 -13
  78. package/syntaxes/markdown/__tests__/specs/inline_html_script.html +0 -3
  79. package/syntaxes/markdown/__tests__/specs/inline_html_script.md +0 -3
  80. package/syntaxes/markdown/__tests__/specs/inline_html_simple.html +0 -72
  81. package/syntaxes/markdown/__tests__/specs/inline_html_simple.md +0 -69
  82. package/syntaxes/markdown/__tests__/specs/lazy_blockquotes.html +0 -4
  83. package/syntaxes/markdown/__tests__/specs/lazy_blockquotes.md +0 -2
  84. package/syntaxes/markdown/__tests__/specs/links_inline_style.html +0 -15
  85. package/syntaxes/markdown/__tests__/specs/links_inline_style.md +0 -15
  86. package/syntaxes/markdown/__tests__/specs/links_reference_style.html +0 -52
  87. package/syntaxes/markdown/__tests__/specs/links_reference_style.md +0 -71
  88. package/syntaxes/markdown/__tests__/specs/links_shortcut_references.html +0 -9
  89. package/syntaxes/markdown/__tests__/specs/links_shortcut_references.md +0 -20
  90. package/syntaxes/markdown/__tests__/specs/list_item_text.html +0 -1
  91. package/syntaxes/markdown/__tests__/specs/list_item_text.md +0 -5
  92. package/syntaxes/markdown/__tests__/specs/literal_quotes_in_titles.html +0 -3
  93. package/syntaxes/markdown/__tests__/specs/literal_quotes_in_titles.md +0 -7
  94. package/syntaxes/markdown/__tests__/specs/loose_lists.html +0 -62
  95. package/syntaxes/markdown/__tests__/specs/loose_lists.md +0 -59
  96. package/syntaxes/markdown/__tests__/specs/main.html +0 -71
  97. package/syntaxes/markdown/__tests__/specs/main.md +0 -58
  98. package/syntaxes/markdown/__tests__/specs/markdown_documentation_basics.html +0 -314
  99. package/syntaxes/markdown/__tests__/specs/markdown_documentation_basics.md +0 -306
  100. package/syntaxes/markdown/__tests__/specs/markdown_documentation_syntax.html +0 -942
  101. package/syntaxes/markdown/__tests__/specs/markdown_documentation_syntax.md +0 -888
  102. package/syntaxes/markdown/__tests__/specs/nested_blockquotes.html +0 -9
  103. package/syntaxes/markdown/__tests__/specs/nested_blockquotes.md +0 -5
  104. package/syntaxes/markdown/__tests__/specs/nested_code.html +0 -1
  105. package/syntaxes/markdown/__tests__/specs/nested_code.md +0 -1
  106. package/syntaxes/markdown/__tests__/specs/nested_em.html +0 -3
  107. package/syntaxes/markdown/__tests__/specs/nested_em.md +0 -3
  108. package/syntaxes/markdown/__tests__/specs/nested_square_link.html +0 -1
  109. package/syntaxes/markdown/__tests__/specs/nested_square_link.md +0 -1
  110. package/syntaxes/markdown/__tests__/specs/not_a_link.html +0 -1
  111. package/syntaxes/markdown/__tests__/specs/not_a_link.md +0 -1
  112. package/syntaxes/markdown/__tests__/specs/ordered_and_unordered_lists.html +0 -148
  113. package/syntaxes/markdown/__tests__/specs/ordered_and_unordered_lists.md +0 -131
  114. package/syntaxes/markdown/__tests__/specs/ref_paren.html +0 -1
  115. package/syntaxes/markdown/__tests__/specs/ref_paren.md +0 -3
  116. package/syntaxes/markdown/__tests__/specs/same_bullet.html +0 -5
  117. package/syntaxes/markdown/__tests__/specs/same_bullet.md +0 -3
  118. package/syntaxes/markdown/__tests__/specs/simple_paragraph.html +0 -1
  119. package/syntaxes/markdown/__tests__/specs/simple_paragraph.md +0 -1
  120. package/syntaxes/markdown/__tests__/specs/strong_and_em_together.html +0 -7
  121. package/syntaxes/markdown/__tests__/specs/strong_and_em_together.md +0 -7
  122. package/syntaxes/markdown/__tests__/specs/table_pipe.html +0 -5
  123. package/syntaxes/markdown/__tests__/specs/table_pipe.md +0 -4
  124. package/syntaxes/markdown/__tests__/specs/tabs.html +0 -25
  125. package/syntaxes/markdown/__tests__/specs/tabs.md +0 -21
  126. package/syntaxes/markdown/__tests__/specs/tidyness.html +0 -8
  127. package/syntaxes/markdown/__tests__/specs/tidyness.md +0 -5
  128. package/syntaxes/markdown/__tests__/specs/toplevel_paragraphs.gfm.html +0 -34
  129. package/syntaxes/markdown/__tests__/specs/toplevel_paragraphs.gfm.md +0 -37
  130. package/syntaxes/markdown/__tests__/specs/tricky_list.html +0 -23
  131. package/syntaxes/markdown/__tests__/specs/tricky_list.md +0 -15
  132. package/syntaxes/markdown/__tests__/specs.js +0 -74
@@ -1,120 +0,0 @@
1
- These should all get escaped:
2
-
3
- Backslash: \\
4
-
5
- Backtick: \`
6
-
7
- Asterisk: \*
8
-
9
- Underscore: \_
10
-
11
- Left brace: \{
12
-
13
- Right brace: \}
14
-
15
- Left bracket: \[
16
-
17
- Right bracket: \]
18
-
19
- Left paren: \(
20
-
21
- Right paren: \)
22
-
23
- Greater-than: \>
24
-
25
- Hash: \#
26
-
27
- Period: \.
28
-
29
- Bang: \!
30
-
31
- Plus: \+
32
-
33
- Minus: \-
34
-
35
-
36
-
37
- These should not, because they occur within a code block:
38
-
39
- Backslash: \\
40
-
41
- Backtick: \`
42
-
43
- Asterisk: \*
44
-
45
- Underscore: \_
46
-
47
- Left brace: \{
48
-
49
- Right brace: \}
50
-
51
- Left bracket: \[
52
-
53
- Right bracket: \]
54
-
55
- Left paren: \(
56
-
57
- Right paren: \)
58
-
59
- Greater-than: \>
60
-
61
- Hash: \#
62
-
63
- Period: \.
64
-
65
- Bang: \!
66
-
67
- Plus: \+
68
-
69
- Minus: \-
70
-
71
-
72
- Nor should these, which occur in code spans:
73
-
74
- Backslash: `\\`
75
-
76
- Backtick: `` \` ``
77
-
78
- Asterisk: `\*`
79
-
80
- Underscore: `\_`
81
-
82
- Left brace: `\{`
83
-
84
- Right brace: `\}`
85
-
86
- Left bracket: `\[`
87
-
88
- Right bracket: `\]`
89
-
90
- Left paren: `\(`
91
-
92
- Right paren: `\)`
93
-
94
- Greater-than: `\>`
95
-
96
- Hash: `\#`
97
-
98
- Period: `\.`
99
-
100
- Bang: `\!`
101
-
102
- Plus: `\+`
103
-
104
- Minus: `\-`
105
-
106
-
107
- These should get escaped, even though they're matching pairs for
108
- other Markdown constructs:
109
-
110
- \*asterisks\*
111
-
112
- \_underscores\_
113
-
114
- \`backticks\`
115
-
116
- This is a code span with a literal backslash-backtick sequence: `` \` ``
117
-
118
- This is a tag with unescaped backticks <span attr='`ticks`'>bar</span>.
119
-
120
- This is a tag with backslashes <span attr='\\backslashes\\'>bar</span>.
@@ -1,3 +0,0 @@
1
- <p>This fails in markdown.pl and upskirt:</p>
2
-
3
- <ul><li>hello<blockquote><p>world</p></blockquote></li></ul>
@@ -1,4 +0,0 @@
1
- This fails in markdown.pl and upskirt:
2
-
3
- * hello
4
- > world
@@ -1,15 +0,0 @@
1
- <blockquote>
2
- <p>Example:</p>
3
-
4
- <pre><code>sub status {
5
- print &quot;working&quot;;
6
- }
7
- </code></pre>
8
-
9
- <p>Or:</p>
10
-
11
- <pre><code>sub status {
12
- return &quot;working&quot;;
13
- }
14
- </code></pre>
15
- </blockquote>
@@ -1,11 +0,0 @@
1
- > Example:
2
- >
3
- > sub status {
4
- > print "working";
5
- > }
6
- >
7
- > Or:
8
- >
9
- > sub status {
10
- > return "working";
11
- > }
@@ -1 +0,0 @@
1
- <p><a href="/url">hi</a></p>
@@ -1,3 +0,0 @@
1
- [hi]
2
-
3
- [HI]: /url
@@ -1,18 +0,0 @@
1
- <pre><code>code block on the first line
2
- </code></pre>
3
-
4
- <p>Regular text.</p>
5
-
6
- <pre><code>code block indented by spaces
7
- </code></pre>
8
-
9
- <p>Regular text.</p>
10
-
11
- <pre><code>the lines in this block
12
- all contain trailing spaces
13
- </code></pre>
14
-
15
- <p>Regular Text.</p>
16
-
17
- <pre><code>code block on the last line
18
- </code></pre>
@@ -1,14 +0,0 @@
1
- code block on the first line
2
-
3
- Regular text.
4
-
5
- code block indented by spaces
6
-
7
- Regular text.
8
-
9
- the lines in this block
10
- all contain trailing spaces
11
-
12
- Regular Text.
13
-
14
- code block on the last line
@@ -1,13 +0,0 @@
1
- <pre><code>@startuml
2
-
3
- Class Stage
4
- Class Timeout {
5
- +constructor:function(cfg)
6
- +timeout:function(ctx)
7
- +overdue:function(ctx)
8
- +stage: Stage
9
- }
10
- Stage &lt;|-- Timeout
11
-
12
- @enduml
13
- </code></pre>
@@ -1,14 +0,0 @@
1
- ```uml
2
- @startuml
3
-
4
- Class Stage
5
- Class Timeout {
6
- +constructor:function(cfg)
7
- +timeout:function(ctx)
8
- +overdue:function(ctx)
9
- +stage: Stage
10
- }
11
- Stage <|-- Timeout
12
-
13
- @enduml
14
- ```
@@ -1,6 +0,0 @@
1
- <p><code>&lt;test a=&quot;</code> content of attribute <code>&quot;&gt;</code></p>
2
-
3
- <p>Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span></p>
4
-
5
- <p>Here&apos;s how you put <code>`backticks`</code> in a code span.</p>
6
-
@@ -1,6 +0,0 @@
1
- `<test a="` content of attribute `">`
2
-
3
- Fix for backticks within HTML tag: <span attr='`ticks`'>like this</span>
4
-
5
- Here's how you put `` `backticks` `` in a code span.
6
-
@@ -1,30 +0,0 @@
1
- <blockquote>
2
- <p>hello</p>
3
- <p><a href="foo">1</a>: hello</p>
4
- </blockquote>
5
-
6
- <hr>
7
-
8
- <blockquote>
9
- <p>hello</p>
10
- </blockquote>
11
-
12
-
13
- <ul>
14
- <li>hello</li>
15
- <li>[3]: hello</li>
16
- </ul>
17
-
18
-
19
- <ul>
20
- <li>hello</li>
21
- </ul>
22
-
23
-
24
- <blockquote>
25
- <p>foo
26
- bar</p>
27
- </blockquote>
28
- <blockquote>
29
- <p>bar</p>
30
- </blockquote>
@@ -1,21 +0,0 @@
1
- > hello
2
- > [1]: hello
3
-
4
- * * *
5
-
6
- > hello
7
- [2]: hello
8
-
9
-
10
- * hello
11
- * [3]: hello
12
-
13
-
14
- * hello
15
- [4]: hello
16
-
17
-
18
- > foo
19
- > bar
20
- [1]: foo
21
- > bar
@@ -1,5 +0,0 @@
1
- <p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>
2
-
3
- <p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>
4
-
5
- <p>Already linked: <a href="http://example.com/"><strong>http://example.com/</strong></a>.</p>
@@ -1,5 +0,0 @@
1
- <p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>
2
-
3
- Already linked: [http://example.com/](http://example.com/).
4
-
5
- Already linked: <a href="http://example.com/">**http://example.com/**</a>.
@@ -1,4 +0,0 @@
1
- <p>This is some text<sup><a href="#fn_1" id="reffn_1">1</a></sup>.</p>
2
- <blockquote id="fn_1">
3
- <sup>1</sup>. Some <em>crazy</em> footnote definition.<a href="#reffn_1" title="Jump back to footnote [1] in the text."> &#8617;</a>
4
- </blockquote>
@@ -1,3 +0,0 @@
1
- This is some text[^1].
2
-
3
- [^1]: Some *crazy* footnote definition.
@@ -1,3 +0,0 @@
1
- <p>Look at the
2
- pretty line
3
- breaks.</p>
@@ -1,3 +0,0 @@
1
- Look at the
2
- pretty line
3
- breaks.
@@ -1,5 +0,0 @@
1
- <pre><code class="lang-js">var a = &apos;hello&apos;;
2
- console.log(a + &apos; world&apos;);</code></pre>
3
- <pre><code class="lang-bash">echo &quot;hello, ${WORLD}&quot;</code></pre>
4
- <pre><code class="lang-longfence">Q: What do you call a tall person who sells stolen goods?</code></pre>
5
- <pre><code class="lang-ManyTildes">A longfence!</code></pre>
@@ -1,16 +0,0 @@
1
- ``` js
2
- var a = 'hello';
3
- console.log(a + ' world');
4
- ```
5
-
6
- ~~~bash
7
- echo "hello, ${WORLD}"
8
- ~~~
9
-
10
- ```````longfence
11
- Q: What do you call a tall person who sells stolen goods?
12
- ```````
13
-
14
- ~~~~~~~~~~ ManyTildes
15
- A longfence!
16
- ~~~~~~~~~~
@@ -1,52 +0,0 @@
1
- <h2>foo</h2>
2
- <ol>
3
- <li><p>bar:</p>
4
- <blockquote>
5
- <ul>
6
- <li>one<ul>
7
- <li>two<ul>
8
- <li>three</li>
9
- <li>four</li>
10
- <li>five</li>
11
- </ul>
12
- </li>
13
- </ul>
14
- </li>
15
- </ul>
16
- </blockquote>
17
- </li>
18
- <li><p>foo:</p>
19
- <pre><code> line 1
20
- line 2</code></pre>
21
- </li>
22
- <li><p>foo:</p>
23
- <ol>
24
- <li><p>foo <code>bar</code> bar:</p>
25
- <pre><code class="lang-erb"> some code here
26
- </code></pre>
27
- </li>
28
- <li><p>foo <code>bar</code> bar:</p>
29
- <pre><code class="lang-erb"> foo
30
- ---
31
- bar
32
- ---
33
- foo
34
- bar</code></pre>
35
- </li>
36
- <li><p>foo <code>bar</code> bar:</p>
37
- <pre><code class="lang-html"> ---
38
- foo
39
- foo
40
- ---
41
- bar</code></pre>
42
- </li>
43
- <li><p>foo <code>bar</code> bar:</p>
44
- <pre><code> foo
45
- ---
46
- bar</code></pre>
47
- </li>
48
- <li><p>foo</p>
49
- </li>
50
- </ol>
51
- </li>
52
- </ol>
@@ -1,53 +0,0 @@
1
- ## foo
2
-
3
- 1. bar:
4
-
5
- > - one
6
- - two
7
- - three
8
- - four
9
- - five
10
-
11
- 1. foo:
12
-
13
- ```
14
- line 1
15
- line 2
16
- ```
17
-
18
- 1. foo:
19
-
20
- 1. foo `bar` bar:
21
-
22
- ``` erb
23
- some code here
24
- ```
25
-
26
- 2. foo `bar` bar:
27
-
28
- ``` erb
29
- foo
30
- ---
31
- bar
32
- ---
33
- foo
34
- bar
35
- ```
36
-
37
- 3. foo `bar` bar:
38
-
39
- ``` html
40
- ---
41
- foo
42
- foo
43
- ---
44
- bar
45
- ```
46
-
47
- 4. foo `bar` bar:
48
-
49
- foo
50
- ---
51
- bar
52
-
53
- 5. foo
@@ -1 +0,0 @@
1
- <p>hello <del>hi</del> world</p>
@@ -1 +0,0 @@
1
- hello ~~hi~~ world
@@ -1 +0,0 @@
1
- <p>These words should_not_be_emphasized.</p>
@@ -1 +0,0 @@
1
- These words should_not_be_emphasized.
@@ -1,2 +0,0 @@
1
- <p>This should be a link:
2
- <a href="http://example.com/hello-world">http://example.com/hello-world</a>.</p>
@@ -1 +0,0 @@
1
- This should be a link: http://example.com/hello-world.
@@ -1,37 +0,0 @@
1
- <table>
2
- <thead>
3
- <tr><th>Heading 1</th><th>Heading 2</th></tr>
4
- </thead>
5
- <tbody>
6
- <tr><td>Cell 1</td><td>Cell 2</td></tr>
7
- <tr><td>Cell 3</td><td>Cell 4</td></tr>
8
- </tbody>
9
- </table>
10
- <table>
11
- <thead>
12
- <tr><th style="text-align:center">Header 1</th><th style="text-align:right">Header 2</th><th style="text-align:left">Header 3</th><th>Header 4</th></tr>
13
- </thead>
14
- <tbody>
15
- <tr><td style="text-align:center">Cell 1</td><td style="text-align:right">Cell 2</td><td style="text-align:left">Cell 3</td><td>Cell 4</td></tr>
16
- <tr><td style="text-align:center">Cell 5</td><td style="text-align:right">Cell 6</td><td style="text-align:left">Cell 7</td><td>Cell 8</td></tr>
17
- </tbody>
18
- </table>
19
- <pre><code>Test code</code></pre>
20
- <table>
21
- <thead>
22
- <tr><th>Header 1</th><th>Header 2</th></tr>
23
- </thead>
24
- <tbody>
25
- <tr><td>Cell 1</td><td>Cell 2</td></tr>
26
- <tr><td>Cell 3</td><td>Cell 4</td></tr>
27
- </tbody>
28
- </table>
29
- <table>
30
- <thead>
31
- <tr><th style="text-align:left">Header 1</th><th style="text-align:center">Header 2</th><th style="text-align:right">Header 3</th><th>Header 4</th></tr>
32
- </thead>
33
- <tbody>
34
- <tr><td style="text-align:left">Cell 1</td><td style="text-align:center">Cell 2</td><td style="text-align:right">Cell 3</td><td>Cell 4</td></tr>
35
- <tr><td style="text-align:left"><em>Cell 5</em></td><td style="text-align:center">Cell 6</td><td style="text-align:right">Cell 7</td><td>Cell 8</td></tr>
36
- </tbody>
37
- </table>
@@ -1,21 +0,0 @@
1
- | Heading 1 | Heading 2
2
- | --------- | ---------
3
- | Cell 1 | Cell 2
4
- | Cell 3 | Cell 4
5
-
6
- | Header 1 | Header 2 | Header 3 | Header 4 |
7
- | :------: | -------: | :------- | -------- |
8
- | Cell 1 | Cell 2 | Cell 3 | Cell 4 |
9
- | Cell 5 | Cell 6 | Cell 7 | Cell 8 |
10
-
11
- Test code
12
-
13
- Header 1 | Header 2
14
- -------- | --------
15
- Cell 1 | Cell 2
16
- Cell 3 | Cell 4
17
-
18
- Header 1|Header 2|Header 3|Header 4
19
- :-------|:------:|-------:|--------
20
- Cell 1 |Cell 2 |Cell 3 |Cell 4
21
- *Cell 5*|Cell 6 |Cell 7 |Cell 8
@@ -1,10 +0,0 @@
1
- <p>In Markdown 1.0.0 and earlier. Version
2
- 8. This line turns into a list item.
3
- Because a hard-wrapped line in the
4
- middle of a paragraph looked like a
5
- list item.</p>
6
-
7
- <p>Here&apos;s one with a bullet.</p>
8
- <ul>
9
- <li>criminey.</li>
10
- </ul>
@@ -1,8 +0,0 @@
1
- In Markdown 1.0.0 and earlier. Version
2
- 8. This line turns into a list item.
3
- Because a hard-wrapped line in the
4
- middle of a paragraph looked like a
5
- list item.
6
-
7
- Here's one with a bullet.
8
- * criminey.
@@ -1,71 +0,0 @@
1
- <p>Dashes:</p>
2
-
3
- <hr>
4
-
5
- <hr>
6
-
7
- <hr>
8
-
9
- <hr>
10
-
11
- <pre><code>---
12
- </code></pre>
13
-
14
- <hr>
15
-
16
- <hr>
17
-
18
- <hr>
19
-
20
- <hr>
21
-
22
- <pre><code>- - -
23
- </code></pre>
24
-
25
- <p>Asterisks:</p>
26
-
27
- <hr>
28
-
29
- <hr>
30
-
31
- <hr>
32
-
33
- <hr>
34
-
35
- <pre><code>***
36
- </code></pre>
37
-
38
- <hr>
39
-
40
- <hr>
41
-
42
- <hr>
43
-
44
- <hr>
45
-
46
- <pre><code>* * *
47
- </code></pre>
48
-
49
- <p>Underscores:</p>
50
-
51
- <hr>
52
-
53
- <hr>
54
-
55
- <hr>
56
-
57
- <hr>
58
-
59
- <pre><code>___
60
- </code></pre>
61
-
62
- <hr>
63
-
64
- <hr>
65
-
66
- <hr>
67
-
68
- <hr>
69
-
70
- <pre><code>_ _ _
71
- </code></pre>