@honkit/markup-it 5.1.5 → 6.0.1
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.
- package/lib/markup.js +1 -0
- package/lib/parse/textToUnstyledTokens.d.ts +1 -1
- package/lib/parse/textToUnstyledTokens.d.ts.map +1 -1
- package/lib/utils/identity.js +1 -1
- package/package.json +13 -9
- package/lib/__tests__/syntax.d.ts +0 -2
- package/lib/__tests__/syntax.d.ts.map +0 -1
- package/lib/__tests__/syntax.js +0 -92
- package/lib/json/__tests__/decode.d.ts +0 -2
- package/lib/json/__tests__/decode.d.ts.map +0 -1
- package/lib/json/__tests__/decode.js +0 -38
- package/lib/json/__tests__/encode.d.ts +0 -2
- package/lib/json/__tests__/encode.d.ts.map +0 -1
- package/lib/json/__tests__/encode.js +0 -26
- package/lib/models/__tests__/token.d.ts +0 -2
- package/lib/models/__tests__/token.d.ts.map +0 -1
- package/lib/models/__tests__/token.js +0 -18
- package/lib/parse/__tests__/mergeTokens.d.ts +0 -2
- package/lib/parse/__tests__/mergeTokens.d.ts.map +0 -1
- package/lib/parse/__tests__/mergeTokens.js +0 -51
- package/syntaxes/markdown/__tests__/normalizeTeX.spec.js +0 -34
- package/syntaxes/markdown/__tests__/specs/amps_and_angles_encoding.html +0 -17
- package/syntaxes/markdown/__tests__/specs/amps_and_angles_encoding.md +0 -21
- package/syntaxes/markdown/__tests__/specs/auto_links.html +0 -18
- package/syntaxes/markdown/__tests__/specs/auto_links.md +0 -13
- package/syntaxes/markdown/__tests__/specs/autolink_lines.html +0 -3
- package/syntaxes/markdown/__tests__/specs/autolink_lines.md +0 -2
- package/syntaxes/markdown/__tests__/specs/backslash_escapes.html +0 -118
- package/syntaxes/markdown/__tests__/specs/backslash_escapes.md +0 -120
- package/syntaxes/markdown/__tests__/specs/blockquote_list_item.html +0 -3
- package/syntaxes/markdown/__tests__/specs/blockquote_list_item.md +0 -4
- package/syntaxes/markdown/__tests__/specs/blockquotes_with_code_blocks.html +0 -15
- package/syntaxes/markdown/__tests__/specs/blockquotes_with_code_blocks.md +0 -11
- package/syntaxes/markdown/__tests__/specs/case_insensitive_refs.html +0 -1
- package/syntaxes/markdown/__tests__/specs/case_insensitive_refs.md +0 -3
- package/syntaxes/markdown/__tests__/specs/code_blocks.html +0 -18
- package/syntaxes/markdown/__tests__/specs/code_blocks.md +0 -14
- package/syntaxes/markdown/__tests__/specs/code_blocks_indent.html +0 -13
- package/syntaxes/markdown/__tests__/specs/code_blocks_indent.md +0 -14
- package/syntaxes/markdown/__tests__/specs/code_spans.html +0 -6
- package/syntaxes/markdown/__tests__/specs/code_spans.md +0 -6
- package/syntaxes/markdown/__tests__/specs/def_blocks.html +0 -30
- package/syntaxes/markdown/__tests__/specs/def_blocks.md +0 -21
- package/syntaxes/markdown/__tests__/specs/double_link.html +0 -5
- package/syntaxes/markdown/__tests__/specs/double_link.md +0 -5
- package/syntaxes/markdown/__tests__/specs/escaped_angles.html +0 -1
- package/syntaxes/markdown/__tests__/specs/escaped_angles.md +0 -1
- package/syntaxes/markdown/__tests__/specs/footnotes.html +0 -4
- package/syntaxes/markdown/__tests__/specs/footnotes.md +0 -3
- package/syntaxes/markdown/__tests__/specs/gfm_break.breaks.html +0 -3
- package/syntaxes/markdown/__tests__/specs/gfm_break.breaks.md +0 -3
- package/syntaxes/markdown/__tests__/specs/gfm_code.html +0 -5
- package/syntaxes/markdown/__tests__/specs/gfm_code.md +0 -16
- package/syntaxes/markdown/__tests__/specs/gfm_code_hr_list.html +0 -52
- package/syntaxes/markdown/__tests__/specs/gfm_code_hr_list.md +0 -53
- package/syntaxes/markdown/__tests__/specs/gfm_del.html +0 -1
- package/syntaxes/markdown/__tests__/specs/gfm_del.md +0 -1
- package/syntaxes/markdown/__tests__/specs/gfm_em.html +0 -1
- package/syntaxes/markdown/__tests__/specs/gfm_em.md +0 -1
- package/syntaxes/markdown/__tests__/specs/gfm_links.html +0 -2
- package/syntaxes/markdown/__tests__/specs/gfm_links.md +0 -1
- package/syntaxes/markdown/__tests__/specs/gfm_tables.html +0 -37
- package/syntaxes/markdown/__tests__/specs/gfm_tables.md +0 -21
- package/syntaxes/markdown/__tests__/specs/hard_wrapped_paragraphs_with_list_like_lines.nogfm.html +0 -10
- package/syntaxes/markdown/__tests__/specs/hard_wrapped_paragraphs_with_list_like_lines.nogfm.md +0 -8
- package/syntaxes/markdown/__tests__/specs/horizontal_rules.html +0 -71
- package/syntaxes/markdown/__tests__/specs/horizontal_rules.md +0 -67
- package/syntaxes/markdown/__tests__/specs/hr_list_break.html +0 -10
- package/syntaxes/markdown/__tests__/specs/hr_list_break.md +0 -6
- package/syntaxes/markdown/__tests__/specs/image.html +0 -5
- package/syntaxes/markdown/__tests__/specs/image.md +0 -3
- package/syntaxes/markdown/__tests__/specs/inline_html.html +0 -6
- package/syntaxes/markdown/__tests__/specs/inline_html.md +0 -6
- package/syntaxes/markdown/__tests__/specs/inline_html_advanced.html +0 -15
- package/syntaxes/markdown/__tests__/specs/inline_html_advanced.md +0 -15
- package/syntaxes/markdown/__tests__/specs/inline_html_comments.html +0 -13
- package/syntaxes/markdown/__tests__/specs/inline_html_comments.md +0 -13
- package/syntaxes/markdown/__tests__/specs/inline_html_script.html +0 -3
- package/syntaxes/markdown/__tests__/specs/inline_html_script.md +0 -3
- package/syntaxes/markdown/__tests__/specs/inline_html_simple.html +0 -72
- package/syntaxes/markdown/__tests__/specs/inline_html_simple.md +0 -69
- package/syntaxes/markdown/__tests__/specs/lazy_blockquotes.html +0 -4
- package/syntaxes/markdown/__tests__/specs/lazy_blockquotes.md +0 -2
- package/syntaxes/markdown/__tests__/specs/links_inline_style.html +0 -15
- package/syntaxes/markdown/__tests__/specs/links_inline_style.md +0 -15
- package/syntaxes/markdown/__tests__/specs/links_reference_style.html +0 -52
- package/syntaxes/markdown/__tests__/specs/links_reference_style.md +0 -71
- package/syntaxes/markdown/__tests__/specs/links_shortcut_references.html +0 -9
- package/syntaxes/markdown/__tests__/specs/links_shortcut_references.md +0 -20
- package/syntaxes/markdown/__tests__/specs/list_item_text.html +0 -1
- package/syntaxes/markdown/__tests__/specs/list_item_text.md +0 -5
- package/syntaxes/markdown/__tests__/specs/literal_quotes_in_titles.html +0 -3
- package/syntaxes/markdown/__tests__/specs/literal_quotes_in_titles.md +0 -7
- package/syntaxes/markdown/__tests__/specs/loose_lists.html +0 -62
- package/syntaxes/markdown/__tests__/specs/loose_lists.md +0 -59
- package/syntaxes/markdown/__tests__/specs/main.html +0 -71
- package/syntaxes/markdown/__tests__/specs/main.md +0 -58
- package/syntaxes/markdown/__tests__/specs/markdown_documentation_basics.html +0 -314
- package/syntaxes/markdown/__tests__/specs/markdown_documentation_basics.md +0 -306
- package/syntaxes/markdown/__tests__/specs/markdown_documentation_syntax.html +0 -942
- package/syntaxes/markdown/__tests__/specs/markdown_documentation_syntax.md +0 -888
- package/syntaxes/markdown/__tests__/specs/nested_blockquotes.html +0 -9
- package/syntaxes/markdown/__tests__/specs/nested_blockquotes.md +0 -5
- package/syntaxes/markdown/__tests__/specs/nested_code.html +0 -1
- package/syntaxes/markdown/__tests__/specs/nested_code.md +0 -1
- package/syntaxes/markdown/__tests__/specs/nested_em.html +0 -3
- package/syntaxes/markdown/__tests__/specs/nested_em.md +0 -3
- package/syntaxes/markdown/__tests__/specs/nested_square_link.html +0 -1
- package/syntaxes/markdown/__tests__/specs/nested_square_link.md +0 -1
- package/syntaxes/markdown/__tests__/specs/not_a_link.html +0 -1
- package/syntaxes/markdown/__tests__/specs/not_a_link.md +0 -1
- package/syntaxes/markdown/__tests__/specs/ordered_and_unordered_lists.html +0 -148
- package/syntaxes/markdown/__tests__/specs/ordered_and_unordered_lists.md +0 -131
- package/syntaxes/markdown/__tests__/specs/ref_paren.html +0 -1
- package/syntaxes/markdown/__tests__/specs/ref_paren.md +0 -3
- package/syntaxes/markdown/__tests__/specs/same_bullet.html +0 -5
- package/syntaxes/markdown/__tests__/specs/same_bullet.md +0 -3
- package/syntaxes/markdown/__tests__/specs/simple_paragraph.html +0 -1
- package/syntaxes/markdown/__tests__/specs/simple_paragraph.md +0 -1
- package/syntaxes/markdown/__tests__/specs/strong_and_em_together.html +0 -7
- package/syntaxes/markdown/__tests__/specs/strong_and_em_together.md +0 -7
- package/syntaxes/markdown/__tests__/specs/table_pipe.html +0 -5
- package/syntaxes/markdown/__tests__/specs/table_pipe.md +0 -4
- package/syntaxes/markdown/__tests__/specs/tabs.html +0 -25
- package/syntaxes/markdown/__tests__/specs/tabs.md +0 -21
- package/syntaxes/markdown/__tests__/specs/tidyness.html +0 -8
- package/syntaxes/markdown/__tests__/specs/tidyness.md +0 -5
- package/syntaxes/markdown/__tests__/specs/toplevel_paragraphs.gfm.html +0 -34
- package/syntaxes/markdown/__tests__/specs/toplevel_paragraphs.gfm.md +0 -37
- package/syntaxes/markdown/__tests__/specs/tricky_list.html +0 -23
- package/syntaxes/markdown/__tests__/specs/tricky_list.md +0 -15
- 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 +0,0 @@
|
|
|
1
|
-
<p><a href="/url">hi</a></p>
|
|
@@ -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,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 +0,0 @@
|
|
|
1
|
-
<p>></p>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
\>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
<pre><code class="lang-js">var a = 'hello';
|
|
2
|
-
console.log(a + ' world');</code></pre>
|
|
3
|
-
<pre><code class="lang-bash">echo "hello, ${WORLD}"</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 +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,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>
|