diff --git a/tests/commonmark/102-Fenced_code_blocks.html b/tests/commonmark/102-Fenced_code_blocks.html deleted file mode 100644 index f90b1f3..0000000 --- a/tests/commonmark/102-Fenced_code_blocks.html +++ /dev/null @@ -1,4 +0,0 @@ -
```
-aaa
-```
-
\ No newline at end of file diff --git a/tests/commonmark/102-Fenced_code_blocks.md b/tests/commonmark/102-Fenced_code_blocks.md deleted file mode 100644 index b250828..0000000 --- a/tests/commonmark/102-Fenced_code_blocks.md +++ /dev/null @@ -1,3 +0,0 @@ - ``` - aaa - ``` \ No newline at end of file diff --git a/tests/commonmark/106-Fenced_code_blocks.html b/tests/commonmark/106-Fenced_code_blocks.html deleted file mode 100644 index 2ee2c61..0000000 --- a/tests/commonmark/106-Fenced_code_blocks.html +++ /dev/null @@ -1,2 +0,0 @@ -

-aaa

\ No newline at end of file diff --git a/tests/commonmark/106-Fenced_code_blocks.md b/tests/commonmark/106-Fenced_code_blocks.md deleted file mode 100644 index ace01f1..0000000 --- a/tests/commonmark/106-Fenced_code_blocks.md +++ /dev/null @@ -1,2 +0,0 @@ -``` ``` -aaa \ No newline at end of file diff --git a/tests/commonmark/115-HTML_blocks.html b/tests/commonmark/115-HTML_blocks.html deleted file mode 100644 index 9e597dd..0000000 --- a/tests/commonmark/115-HTML_blocks.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - -
- hi -
-

okay.

\ No newline at end of file diff --git a/tests/commonmark/115-HTML_blocks.md b/tests/commonmark/115-HTML_blocks.md deleted file mode 100644 index e190b8f..0000000 --- a/tests/commonmark/115-HTML_blocks.md +++ /dev/null @@ -1,9 +0,0 @@ - - - - -
- hi -
- -okay. \ No newline at end of file diff --git a/tests/commonmark/125-HTML_blocks.html b/tests/commonmark/125-HTML_blocks.html deleted file mode 100644 index b014991..0000000 --- a/tests/commonmark/125-HTML_blocks.html +++ /dev/null @@ -1 +0,0 @@ -
*foo*
\ No newline at end of file diff --git a/tests/commonmark/125-HTML_blocks.md b/tests/commonmark/125-HTML_blocks.md deleted file mode 100644 index b014991..0000000 --- a/tests/commonmark/125-HTML_blocks.md +++ /dev/null @@ -1 +0,0 @@ -
*foo*
\ No newline at end of file diff --git a/tests/commonmark/126-HTML_blocks.html b/tests/commonmark/126-HTML_blocks.html deleted file mode 100644 index a50519f..0000000 --- a/tests/commonmark/126-HTML_blocks.html +++ /dev/null @@ -1,3 +0,0 @@ -
-foo -
\ No newline at end of file diff --git a/tests/commonmark/126-HTML_blocks.md b/tests/commonmark/126-HTML_blocks.md deleted file mode 100644 index a50519f..0000000 --- a/tests/commonmark/126-HTML_blocks.md +++ /dev/null @@ -1,3 +0,0 @@ -
-foo -
\ No newline at end of file diff --git a/tests/commonmark/134-HTML_blocks.html b/tests/commonmark/134-HTML_blocks.html deleted file mode 100644 index a98ceb5..0000000 --- a/tests/commonmark/134-HTML_blocks.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/134-HTML_blocks.md b/tests/commonmark/134-HTML_blocks.md deleted file mode 100644 index ba8e614..0000000 --- a/tests/commonmark/134-HTML_blocks.md +++ /dev/null @@ -1 +0,0 @@ -*foo* \ No newline at end of file diff --git a/tests/commonmark/135-HTML_blocks.html b/tests/commonmark/135-HTML_blocks.html deleted file mode 100644 index 58c9fde..0000000 --- a/tests/commonmark/135-HTML_blocks.html +++ /dev/null @@ -1,7 +0,0 @@ -

-import Text.HTML.TagSoup
-
-main :: IO ()
-main = print $ parseTags tags
-
-

okay

\ No newline at end of file diff --git a/tests/commonmark/135-HTML_blocks.md b/tests/commonmark/135-HTML_blocks.md deleted file mode 100644 index 00fba43..0000000 --- a/tests/commonmark/135-HTML_blocks.md +++ /dev/null @@ -1,7 +0,0 @@ -

-import Text.HTML.TagSoup
-
-main :: IO ()
-main = print $ parseTags tags
-
-okay \ No newline at end of file diff --git a/tests/commonmark/136-HTML_blocks.html b/tests/commonmark/136-HTML_blocks.html deleted file mode 100644 index 8fc23c2..0000000 --- a/tests/commonmark/136-HTML_blocks.html +++ /dev/null @@ -1,6 +0,0 @@ - -

okay

\ No newline at end of file diff --git a/tests/commonmark/136-HTML_blocks.md b/tests/commonmark/136-HTML_blocks.md deleted file mode 100644 index 6fb1ec3..0000000 --- a/tests/commonmark/136-HTML_blocks.md +++ /dev/null @@ -1,6 +0,0 @@ - -okay \ No newline at end of file diff --git a/tests/commonmark/157-Link_reference_definitions.html b/tests/commonmark/157-Link_reference_definitions.html deleted file mode 100644 index de843ed..0000000 --- a/tests/commonmark/157-Link_reference_definitions.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/157-Link_reference_definitions.md b/tests/commonmark/157-Link_reference_definitions.md deleted file mode 100644 index df7cd03..0000000 --- a/tests/commonmark/157-Link_reference_definitions.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo]: /url "title" - -[foo] \ No newline at end of file diff --git a/tests/commonmark/162-Link_reference_definitions.html b/tests/commonmark/162-Link_reference_definitions.html deleted file mode 100644 index fa204c2..0000000 --- a/tests/commonmark/162-Link_reference_definitions.html +++ /dev/null @@ -1,3 +0,0 @@ -

[foo]: /url 'title

-

with blank line'

-

[foo]

\ No newline at end of file diff --git a/tests/commonmark/162-Link_reference_definitions.md b/tests/commonmark/162-Link_reference_definitions.md deleted file mode 100644 index 1b8c6e6..0000000 --- a/tests/commonmark/162-Link_reference_definitions.md +++ /dev/null @@ -1,5 +0,0 @@ -[foo]: /url 'title - -with blank line' - -[foo] \ No newline at end of file diff --git a/tests/commonmark/164-Link_reference_definitions.html b/tests/commonmark/164-Link_reference_definitions.html deleted file mode 100644 index 88ee0dd..0000000 --- a/tests/commonmark/164-Link_reference_definitions.html +++ /dev/null @@ -1,2 +0,0 @@ -

[foo]:

-

[foo]

\ No newline at end of file diff --git a/tests/commonmark/164-Link_reference_definitions.md b/tests/commonmark/164-Link_reference_definitions.md deleted file mode 100644 index f2994a4..0000000 --- a/tests/commonmark/164-Link_reference_definitions.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo]: - -[foo] \ No newline at end of file diff --git a/tests/commonmark/166-Link_reference_definitions.html b/tests/commonmark/166-Link_reference_definitions.html deleted file mode 100644 index 0d38961..0000000 --- a/tests/commonmark/166-Link_reference_definitions.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/166-Link_reference_definitions.md b/tests/commonmark/166-Link_reference_definitions.md deleted file mode 100644 index d50462f..0000000 --- a/tests/commonmark/166-Link_reference_definitions.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo] - -[foo]: url \ No newline at end of file diff --git a/tests/commonmark/168-Link_reference_definitions.html b/tests/commonmark/168-Link_reference_definitions.html deleted file mode 100644 index 06917da..0000000 --- a/tests/commonmark/168-Link_reference_definitions.html +++ /dev/null @@ -1 +0,0 @@ -

Foo

\ No newline at end of file diff --git a/tests/commonmark/168-Link_reference_definitions.md b/tests/commonmark/168-Link_reference_definitions.md deleted file mode 100644 index 17c42ba..0000000 --- a/tests/commonmark/168-Link_reference_definitions.md +++ /dev/null @@ -1,3 +0,0 @@ -[FOO]: /url - -[Foo] \ No newline at end of file diff --git a/tests/commonmark/173-Link_reference_definitions.html b/tests/commonmark/173-Link_reference_definitions.html deleted file mode 100644 index 42cea35..0000000 --- a/tests/commonmark/173-Link_reference_definitions.html +++ /dev/null @@ -1 +0,0 @@ -

"title" ok

\ No newline at end of file diff --git a/tests/commonmark/173-Link_reference_definitions.md b/tests/commonmark/173-Link_reference_definitions.md deleted file mode 100644 index 73abb6f..0000000 --- a/tests/commonmark/173-Link_reference_definitions.md +++ /dev/null @@ -1,2 +0,0 @@ -[foo]: /url -"title" ok \ No newline at end of file diff --git a/tests/commonmark/175-Link_reference_definitions.html b/tests/commonmark/175-Link_reference_definitions.html deleted file mode 100644 index cbbdf09..0000000 --- a/tests/commonmark/175-Link_reference_definitions.html +++ /dev/null @@ -1,3 +0,0 @@ -
[foo]: /url
-
-

[foo]

\ No newline at end of file diff --git a/tests/commonmark/175-Link_reference_definitions.md b/tests/commonmark/175-Link_reference_definitions.md deleted file mode 100644 index 1720884..0000000 --- a/tests/commonmark/175-Link_reference_definitions.md +++ /dev/null @@ -1,5 +0,0 @@ -``` -[foo]: /url -``` - -[foo] \ No newline at end of file diff --git a/tests/commonmark/180-Paragraphs.html b/tests/commonmark/180-Paragraphs.html deleted file mode 100644 index 53d80af..0000000 --- a/tests/commonmark/180-Paragraphs.html +++ /dev/null @@ -1,2 +0,0 @@ -

aaa

-

bbb

\ No newline at end of file diff --git a/tests/commonmark/180-Paragraphs.md b/tests/commonmark/180-Paragraphs.md deleted file mode 100644 index c0b7069..0000000 --- a/tests/commonmark/180-Paragraphs.md +++ /dev/null @@ -1,3 +0,0 @@ -aaa - -bbb \ No newline at end of file diff --git a/tests/commonmark/181-Paragraphs.html b/tests/commonmark/181-Paragraphs.html deleted file mode 100644 index b52697b..0000000 --- a/tests/commonmark/181-Paragraphs.html +++ /dev/null @@ -1,4 +0,0 @@ -

aaa -bbb

-

ccc -ddd

\ No newline at end of file diff --git a/tests/commonmark/181-Paragraphs.md b/tests/commonmark/181-Paragraphs.md deleted file mode 100644 index 56f3b1e..0000000 --- a/tests/commonmark/181-Paragraphs.md +++ /dev/null @@ -1,5 +0,0 @@ -aaa -bbb - -ccc -ddd \ No newline at end of file diff --git a/tests/commonmark/182-Paragraphs.html b/tests/commonmark/182-Paragraphs.html deleted file mode 100644 index 53d80af..0000000 --- a/tests/commonmark/182-Paragraphs.html +++ /dev/null @@ -1,2 +0,0 @@ -

aaa

-

bbb

\ No newline at end of file diff --git a/tests/commonmark/182-Paragraphs.md b/tests/commonmark/182-Paragraphs.md deleted file mode 100644 index 0f437aa..0000000 --- a/tests/commonmark/182-Paragraphs.md +++ /dev/null @@ -1,4 +0,0 @@ -aaa - - -bbb \ No newline at end of file diff --git a/tests/commonmark/183-Paragraphs.html b/tests/commonmark/183-Paragraphs.html deleted file mode 100644 index 73b4546..0000000 --- a/tests/commonmark/183-Paragraphs.html +++ /dev/null @@ -1,2 +0,0 @@ -

aaa -bbb

\ No newline at end of file diff --git a/tests/commonmark/183-Paragraphs.md b/tests/commonmark/183-Paragraphs.md deleted file mode 100644 index f0d8c50..0000000 --- a/tests/commonmark/183-Paragraphs.md +++ /dev/null @@ -1,2 +0,0 @@ - aaa - bbb \ No newline at end of file diff --git a/tests/commonmark/188-Blank_lines.html b/tests/commonmark/188-Blank_lines.html deleted file mode 100644 index 65bfd4d..0000000 --- a/tests/commonmark/188-Blank_lines.html +++ /dev/null @@ -1,2 +0,0 @@ -

aaa

-

aaa

\ No newline at end of file diff --git a/tests/commonmark/188-Blank_lines.md b/tests/commonmark/188-Blank_lines.md deleted file mode 100644 index f4f2b89..0000000 --- a/tests/commonmark/188-Blank_lines.md +++ /dev/null @@ -1,8 +0,0 @@ - - -aaa - - -# aaa - - \ No newline at end of file diff --git a/tests/commonmark/189-Block_quotes.html b/tests/commonmark/189-Block_quotes.html deleted file mode 100644 index 20ddddd..0000000 --- a/tests/commonmark/189-Block_quotes.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

Foo

-

bar -baz

-
\ No newline at end of file diff --git a/tests/commonmark/189-Block_quotes.md b/tests/commonmark/189-Block_quotes.md deleted file mode 100644 index e751d8a..0000000 --- a/tests/commonmark/189-Block_quotes.md +++ /dev/null @@ -1,3 +0,0 @@ -> # Foo -> bar -> baz \ No newline at end of file diff --git a/tests/commonmark/190-Block_quotes.html b/tests/commonmark/190-Block_quotes.html deleted file mode 100644 index 20ddddd..0000000 --- a/tests/commonmark/190-Block_quotes.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

Foo

-

bar -baz

-
\ No newline at end of file diff --git a/tests/commonmark/190-Block_quotes.md b/tests/commonmark/190-Block_quotes.md deleted file mode 100644 index 27f81b9..0000000 --- a/tests/commonmark/190-Block_quotes.md +++ /dev/null @@ -1,3 +0,0 @@ -># Foo ->bar -> baz \ No newline at end of file diff --git a/tests/commonmark/191-Block_quotes.html b/tests/commonmark/191-Block_quotes.html deleted file mode 100644 index 20ddddd..0000000 --- a/tests/commonmark/191-Block_quotes.html +++ /dev/null @@ -1,5 +0,0 @@ -
-

Foo

-

bar -baz

-
\ No newline at end of file diff --git a/tests/commonmark/191-Block_quotes.md b/tests/commonmark/191-Block_quotes.md deleted file mode 100644 index e56c4dc..0000000 --- a/tests/commonmark/191-Block_quotes.md +++ /dev/null @@ -1,3 +0,0 @@ - > # Foo - > bar - > baz \ No newline at end of file diff --git a/tests/commonmark/192-Block_quotes.html b/tests/commonmark/192-Block_quotes.html deleted file mode 100644 index fe3a630..0000000 --- a/tests/commonmark/192-Block_quotes.html +++ /dev/null @@ -1,4 +0,0 @@ -
> # Foo
-> bar
-> baz
-
\ No newline at end of file diff --git a/tests/commonmark/192-Block_quotes.md b/tests/commonmark/192-Block_quotes.md deleted file mode 100644 index 57dfd4c..0000000 --- a/tests/commonmark/192-Block_quotes.md +++ /dev/null @@ -1,3 +0,0 @@ - > # Foo - > bar - > baz \ No newline at end of file diff --git a/tests/commonmark/200-Block_quotes.html b/tests/commonmark/200-Block_quotes.html deleted file mode 100644 index 9836f33..0000000 --- a/tests/commonmark/200-Block_quotes.html +++ /dev/null @@ -1,2 +0,0 @@ -
-
\ No newline at end of file diff --git a/tests/commonmark/200-Block_quotes.md b/tests/commonmark/200-Block_quotes.md deleted file mode 100644 index 0817502..0000000 --- a/tests/commonmark/200-Block_quotes.md +++ /dev/null @@ -1 +0,0 @@ -> \ No newline at end of file diff --git a/tests/commonmark/201-Block_quotes.html b/tests/commonmark/201-Block_quotes.html deleted file mode 100644 index 9836f33..0000000 --- a/tests/commonmark/201-Block_quotes.html +++ /dev/null @@ -1,2 +0,0 @@ -
-
\ No newline at end of file diff --git a/tests/commonmark/201-Block_quotes.md b/tests/commonmark/201-Block_quotes.md deleted file mode 100644 index 8121aa6..0000000 --- a/tests/commonmark/201-Block_quotes.md +++ /dev/null @@ -1,3 +0,0 @@ -> -> -> \ No newline at end of file diff --git a/tests/commonmark/202-Block_quotes.html b/tests/commonmark/202-Block_quotes.html deleted file mode 100644 index 725301b..0000000 --- a/tests/commonmark/202-Block_quotes.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

foo

-
\ No newline at end of file diff --git a/tests/commonmark/202-Block_quotes.md b/tests/commonmark/202-Block_quotes.md deleted file mode 100644 index 3bf5d36..0000000 --- a/tests/commonmark/202-Block_quotes.md +++ /dev/null @@ -1,3 +0,0 @@ -> -> foo -> \ No newline at end of file diff --git a/tests/commonmark/211-Block_quotes.html b/tests/commonmark/211-Block_quotes.html deleted file mode 100644 index 93ca8bf..0000000 --- a/tests/commonmark/211-Block_quotes.html +++ /dev/null @@ -1,8 +0,0 @@ -
-
-
-

foo -bar

-
-
-
\ No newline at end of file diff --git a/tests/commonmark/211-Block_quotes.md b/tests/commonmark/211-Block_quotes.md deleted file mode 100644 index a047303..0000000 --- a/tests/commonmark/211-Block_quotes.md +++ /dev/null @@ -1,2 +0,0 @@ -> > > foo -bar \ No newline at end of file diff --git a/tests/commonmark/214-List_items.html b/tests/commonmark/214-List_items.html deleted file mode 100644 index 8563be2..0000000 --- a/tests/commonmark/214-List_items.html +++ /dev/null @@ -1,7 +0,0 @@ -

A paragraph -with two lines.

-
indented code
-
-
-

A block quote.

-
\ No newline at end of file diff --git a/tests/commonmark/214-List_items.md b/tests/commonmark/214-List_items.md deleted file mode 100644 index 734888b..0000000 --- a/tests/commonmark/214-List_items.md +++ /dev/null @@ -1,6 +0,0 @@ -A paragraph -with two lines. - - indented code - -> A block quote. \ No newline at end of file diff --git a/tests/commonmark/215-List_items.html b/tests/commonmark/215-List_items.html deleted file mode 100644 index 74dbf06..0000000 --- a/tests/commonmark/215-List_items.html +++ /dev/null @@ -1,11 +0,0 @@ -
    -
  1. -

    A paragraph -with two lines.

    -
    indented code
    -
    -
    -

    A block quote.

    -
    -
  2. -
\ No newline at end of file diff --git a/tests/commonmark/215-List_items.md b/tests/commonmark/215-List_items.md deleted file mode 100644 index 315be8e..0000000 --- a/tests/commonmark/215-List_items.md +++ /dev/null @@ -1,6 +0,0 @@ -1. A paragraph - with two lines. - - indented code - - > A block quote. \ No newline at end of file diff --git a/tests/commonmark/217-List_items.html b/tests/commonmark/217-List_items.html deleted file mode 100644 index dff8ed2..0000000 --- a/tests/commonmark/217-List_items.html +++ /dev/null @@ -1,6 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/217-List_items.md b/tests/commonmark/217-List_items.md deleted file mode 100644 index 78174af..0000000 --- a/tests/commonmark/217-List_items.md +++ /dev/null @@ -1,3 +0,0 @@ -- one - - two \ No newline at end of file diff --git a/tests/commonmark/243-List_items.html b/tests/commonmark/243-List_items.html deleted file mode 100644 index c15ea05..0000000 --- a/tests/commonmark/243-List_items.html +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/243-List_items.md b/tests/commonmark/243-List_items.md deleted file mode 100644 index 2fd44d0..0000000 --- a/tests/commonmark/243-List_items.md +++ /dev/null @@ -1,3 +0,0 @@ -- foo -- -- bar \ No newline at end of file diff --git a/tests/commonmark/250-List_items.html b/tests/commonmark/250-List_items.html deleted file mode 100644 index 7796990..0000000 --- a/tests/commonmark/250-List_items.html +++ /dev/null @@ -1,7 +0,0 @@ -
1.  A paragraph
-    with two lines.
-
-        indented code
-
-    > A block quote.
-
\ No newline at end of file diff --git a/tests/commonmark/250-List_items.md b/tests/commonmark/250-List_items.md deleted file mode 100644 index 54bc0b7..0000000 --- a/tests/commonmark/250-List_items.md +++ /dev/null @@ -1,6 +0,0 @@ - 1. A paragraph - with two lines. - - indented code - - > A block quote. \ No newline at end of file diff --git a/tests/commonmark/264-Lists.html b/tests/commonmark/264-Lists.html deleted file mode 100644 index aeb53c6..0000000 --- a/tests/commonmark/264-Lists.html +++ /dev/null @@ -1,5 +0,0 @@ -

Foo

- \ No newline at end of file diff --git a/tests/commonmark/264-Lists.md b/tests/commonmark/264-Lists.md deleted file mode 100644 index 2875544..0000000 --- a/tests/commonmark/264-Lists.md +++ /dev/null @@ -1,3 +0,0 @@ -Foo -- bar -- baz \ No newline at end of file diff --git a/tests/commonmark/283-Lists.html b/tests/commonmark/283-Lists.html deleted file mode 100644 index fc831d4..0000000 --- a/tests/commonmark/283-Lists.html +++ /dev/null @@ -1,7 +0,0 @@ -
    -
  1. -
    foo
    -
    -

    bar

    -
  2. -
\ No newline at end of file diff --git a/tests/commonmark/283-Lists.md b/tests/commonmark/283-Lists.md deleted file mode 100644 index a04fff8..0000000 --- a/tests/commonmark/283-Lists.md +++ /dev/null @@ -1,5 +0,0 @@ -1. ``` - foo - ``` - - bar \ No newline at end of file diff --git a/tests/commonmark/284-Lists.html b/tests/commonmark/284-Lists.html deleted file mode 100644 index d970bee..0000000 --- a/tests/commonmark/284-Lists.html +++ /dev/null @@ -1,9 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/284-Lists.md b/tests/commonmark/284-Lists.md deleted file mode 100644 index eca6188..0000000 --- a/tests/commonmark/284-Lists.md +++ /dev/null @@ -1,4 +0,0 @@ -* foo - * bar - - baz \ No newline at end of file diff --git a/tests/commonmark/286-Inlines.html b/tests/commonmark/286-Inlines.html deleted file mode 100644 index 9e1b083..0000000 --- a/tests/commonmark/286-Inlines.html +++ /dev/null @@ -1 +0,0 @@ -

hilo`

\ No newline at end of file diff --git a/tests/commonmark/286-Inlines.md b/tests/commonmark/286-Inlines.md deleted file mode 100644 index 8c89e0a..0000000 --- a/tests/commonmark/286-Inlines.md +++ /dev/null @@ -1 +0,0 @@ -`hi`lo` \ No newline at end of file diff --git a/tests/commonmark/290-Backslash_escapes.html b/tests/commonmark/290-Backslash_escapes.html deleted file mode 100644 index d8671e6..0000000 --- a/tests/commonmark/290-Backslash_escapes.html +++ /dev/null @@ -1 +0,0 @@ -

\emphasis

\ No newline at end of file diff --git a/tests/commonmark/290-Backslash_escapes.md b/tests/commonmark/290-Backslash_escapes.md deleted file mode 100644 index e4853df..0000000 --- a/tests/commonmark/290-Backslash_escapes.md +++ /dev/null @@ -1 +0,0 @@ -\\*emphasis* \ No newline at end of file diff --git a/tests/commonmark/292-Backslash_escapes.html b/tests/commonmark/292-Backslash_escapes.html deleted file mode 100644 index 4eda9f5..0000000 --- a/tests/commonmark/292-Backslash_escapes.html +++ /dev/null @@ -1 +0,0 @@ -

\[\`

\ No newline at end of file diff --git a/tests/commonmark/292-Backslash_escapes.md b/tests/commonmark/292-Backslash_escapes.md deleted file mode 100644 index 6cfe3d9..0000000 --- a/tests/commonmark/292-Backslash_escapes.md +++ /dev/null @@ -1 +0,0 @@ -`` \[\` `` \ No newline at end of file diff --git a/tests/commonmark/304-Entity_and_numeric_character_references.html b/tests/commonmark/304-Entity_and_numeric_character_references.html deleted file mode 100644 index 21a82d0..0000000 --- a/tests/commonmark/304-Entity_and_numeric_character_references.html +++ /dev/null @@ -1 +0,0 @@ -

&copy

\ No newline at end of file diff --git a/tests/commonmark/304-Entity_and_numeric_character_references.md b/tests/commonmark/304-Entity_and_numeric_character_references.md deleted file mode 100644 index 9084749..0000000 --- a/tests/commonmark/304-Entity_and_numeric_character_references.md +++ /dev/null @@ -1 +0,0 @@ -© \ No newline at end of file diff --git a/tests/commonmark/311-Entity_and_numeric_character_references.html b/tests/commonmark/311-Entity_and_numeric_character_references.html deleted file mode 100644 index d279d07..0000000 --- a/tests/commonmark/311-Entity_and_numeric_character_references.html +++ /dev/null @@ -1,2 +0,0 @@ -
föfö
-
\ No newline at end of file diff --git a/tests/commonmark/311-Entity_and_numeric_character_references.md b/tests/commonmark/311-Entity_and_numeric_character_references.md deleted file mode 100644 index 5cb6816..0000000 --- a/tests/commonmark/311-Entity_and_numeric_character_references.md +++ /dev/null @@ -1 +0,0 @@ - föfö \ No newline at end of file diff --git a/tests/commonmark/312-Code_spans.html b/tests/commonmark/312-Code_spans.html deleted file mode 100644 index 4a52275..0000000 --- a/tests/commonmark/312-Code_spans.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/312-Code_spans.md b/tests/commonmark/312-Code_spans.md deleted file mode 100644 index 41ebe5b..0000000 --- a/tests/commonmark/312-Code_spans.md +++ /dev/null @@ -1 +0,0 @@ -`foo` \ No newline at end of file diff --git a/tests/commonmark/313-Code_spans.html b/tests/commonmark/313-Code_spans.html deleted file mode 100644 index 7de3a54..0000000 --- a/tests/commonmark/313-Code_spans.html +++ /dev/null @@ -1 +0,0 @@ -

foo ` bar

\ No newline at end of file diff --git a/tests/commonmark/313-Code_spans.md b/tests/commonmark/313-Code_spans.md deleted file mode 100644 index d2e04be..0000000 --- a/tests/commonmark/313-Code_spans.md +++ /dev/null @@ -1 +0,0 @@ -`` foo ` bar `` \ No newline at end of file diff --git a/tests/commonmark/314-Code_spans.html b/tests/commonmark/314-Code_spans.html deleted file mode 100644 index c0d6552..0000000 --- a/tests/commonmark/314-Code_spans.html +++ /dev/null @@ -1 +0,0 @@ -

``

\ No newline at end of file diff --git a/tests/commonmark/314-Code_spans.md b/tests/commonmark/314-Code_spans.md deleted file mode 100644 index 0a17ea7..0000000 --- a/tests/commonmark/314-Code_spans.md +++ /dev/null @@ -1 +0,0 @@ -` `` ` \ No newline at end of file diff --git a/tests/commonmark/315-Code_spans.html b/tests/commonmark/315-Code_spans.html deleted file mode 100644 index 4a52275..0000000 --- a/tests/commonmark/315-Code_spans.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/315-Code_spans.md b/tests/commonmark/315-Code_spans.md deleted file mode 100644 index c272abf..0000000 --- a/tests/commonmark/315-Code_spans.md +++ /dev/null @@ -1,3 +0,0 @@ -`` -foo -`` \ No newline at end of file diff --git a/tests/commonmark/317-Code_spans.html b/tests/commonmark/317-Code_spans.html deleted file mode 100644 index 5f50e5e..0000000 --- a/tests/commonmark/317-Code_spans.html +++ /dev/null @@ -1 +0,0 @@ -

a  b

\ No newline at end of file diff --git a/tests/commonmark/317-Code_spans.md b/tests/commonmark/317-Code_spans.md deleted file mode 100644 index 27bdfd9..0000000 --- a/tests/commonmark/317-Code_spans.md +++ /dev/null @@ -1 +0,0 @@ -`a  b` \ No newline at end of file diff --git a/tests/commonmark/324-Code_spans.html b/tests/commonmark/324-Code_spans.html deleted file mode 100644 index 56d6c79..0000000 --- a/tests/commonmark/324-Code_spans.html +++ /dev/null @@ -1 +0,0 @@ -

<http://foo.bar.baz>`

\ No newline at end of file diff --git a/tests/commonmark/324-Code_spans.md b/tests/commonmark/324-Code_spans.md deleted file mode 100644 index 8f1db09..0000000 --- a/tests/commonmark/324-Code_spans.md +++ /dev/null @@ -1 +0,0 @@ -`` \ No newline at end of file diff --git a/tests/commonmark/328-Emphasis_and_strong_emphasis.html b/tests/commonmark/328-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 2742cdd..0000000 --- a/tests/commonmark/328-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/328-Emphasis_and_strong_emphasis.md b/tests/commonmark/328-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 5945e35..0000000 --- a/tests/commonmark/328-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -*foo bar* \ No newline at end of file diff --git a/tests/commonmark/332-Emphasis_and_strong_emphasis.html b/tests/commonmark/332-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 82abf74..0000000 --- a/tests/commonmark/332-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foobar

\ No newline at end of file diff --git a/tests/commonmark/332-Emphasis_and_strong_emphasis.md b/tests/commonmark/332-Emphasis_and_strong_emphasis.md deleted file mode 100644 index fbef473..0000000 --- a/tests/commonmark/332-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -foo*bar* \ No newline at end of file diff --git a/tests/commonmark/333-Emphasis_and_strong_emphasis.html b/tests/commonmark/333-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 618306a..0000000 --- a/tests/commonmark/333-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

5678

\ No newline at end of file diff --git a/tests/commonmark/333-Emphasis_and_strong_emphasis.md b/tests/commonmark/333-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 552d76a..0000000 --- a/tests/commonmark/333-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -5*6*78 \ No newline at end of file diff --git a/tests/commonmark/334-Emphasis_and_strong_emphasis.html b/tests/commonmark/334-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 2742cdd..0000000 --- a/tests/commonmark/334-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/334-Emphasis_and_strong_emphasis.md b/tests/commonmark/334-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 0c87e70..0000000 --- a/tests/commonmark/334-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -_foo bar_ \ No newline at end of file diff --git a/tests/commonmark/338-Emphasis_and_strong_emphasis.html b/tests/commonmark/338-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 674137d..0000000 --- a/tests/commonmark/338-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

5_6_78

\ No newline at end of file diff --git a/tests/commonmark/338-Emphasis_and_strong_emphasis.md b/tests/commonmark/338-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 53fbae2..0000000 --- a/tests/commonmark/338-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -5_6_78 \ No newline at end of file diff --git a/tests/commonmark/340-Emphasis_and_strong_emphasis.html b/tests/commonmark/340-Emphasis_and_strong_emphasis.html deleted file mode 100644 index b479d4b..0000000 --- a/tests/commonmark/340-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

aa_"bb"_cc

\ No newline at end of file diff --git a/tests/commonmark/340-Emphasis_and_strong_emphasis.md b/tests/commonmark/340-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 6fad734..0000000 --- a/tests/commonmark/340-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -aa_"bb"_cc \ No newline at end of file diff --git a/tests/commonmark/341-Emphasis_and_strong_emphasis.html b/tests/commonmark/341-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 897d6a0..0000000 --- a/tests/commonmark/341-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo-(bar)

\ No newline at end of file diff --git a/tests/commonmark/341-Emphasis_and_strong_emphasis.md b/tests/commonmark/341-Emphasis_and_strong_emphasis.md deleted file mode 100644 index d0c1cb7..0000000 --- a/tests/commonmark/341-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -foo-_(bar)_ \ No newline at end of file diff --git a/tests/commonmark/342-Emphasis_and_strong_emphasis.html b/tests/commonmark/342-Emphasis_and_strong_emphasis.html deleted file mode 100644 index a1feba0..0000000 --- a/tests/commonmark/342-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

_foo*

\ No newline at end of file diff --git a/tests/commonmark/342-Emphasis_and_strong_emphasis.md b/tests/commonmark/342-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 824f8b3..0000000 --- a/tests/commonmark/342-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -_foo* \ No newline at end of file diff --git a/tests/commonmark/347-Emphasis_and_strong_emphasis.html b/tests/commonmark/347-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 509ce6a..0000000 --- a/tests/commonmark/347-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foobar

\ No newline at end of file diff --git a/tests/commonmark/347-Emphasis_and_strong_emphasis.md b/tests/commonmark/347-Emphasis_and_strong_emphasis.md deleted file mode 100644 index ec6f7b6..0000000 --- a/tests/commonmark/347-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -*foo*bar \ No newline at end of file diff --git a/tests/commonmark/354-Emphasis_and_strong_emphasis.html b/tests/commonmark/354-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 6405255..0000000 --- a/tests/commonmark/354-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

(bar).

\ No newline at end of file diff --git a/tests/commonmark/354-Emphasis_and_strong_emphasis.md b/tests/commonmark/354-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 83b5001..0000000 --- a/tests/commonmark/354-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -_(bar)_. \ No newline at end of file diff --git a/tests/commonmark/355-Emphasis_and_strong_emphasis.html b/tests/commonmark/355-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 88ad35a..0000000 --- a/tests/commonmark/355-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/355-Emphasis_and_strong_emphasis.md b/tests/commonmark/355-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 739a274..0000000 --- a/tests/commonmark/355-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -**foo bar** \ No newline at end of file diff --git a/tests/commonmark/359-Emphasis_and_strong_emphasis.html b/tests/commonmark/359-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 88ad35a..0000000 --- a/tests/commonmark/359-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/359-Emphasis_and_strong_emphasis.md b/tests/commonmark/359-Emphasis_and_strong_emphasis.md deleted file mode 100644 index caf90ff..0000000 --- a/tests/commonmark/359-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -__foo bar__ \ No newline at end of file diff --git a/tests/commonmark/367-Emphasis_and_strong_emphasis.html b/tests/commonmark/367-Emphasis_and_strong_emphasis.html deleted file mode 100644 index caff373..0000000 --- a/tests/commonmark/367-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo-(bar)

\ No newline at end of file diff --git a/tests/commonmark/367-Emphasis_and_strong_emphasis.md b/tests/commonmark/367-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 6ac11ad..0000000 --- a/tests/commonmark/367-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -foo-__(bar)__ \ No newline at end of file diff --git a/tests/commonmark/371-Emphasis_and_strong_emphasis.html b/tests/commonmark/371-Emphasis_and_strong_emphasis.html deleted file mode 100644 index dba279e..0000000 --- a/tests/commonmark/371-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1,2 +0,0 @@ -

Gomphocarpus (Gomphocarpus physocarpus, syn. -Asclepias physocarpa)

\ No newline at end of file diff --git a/tests/commonmark/371-Emphasis_and_strong_emphasis.md b/tests/commonmark/371-Emphasis_and_strong_emphasis.md deleted file mode 100644 index c529ae7..0000000 --- a/tests/commonmark/371-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1,2 +0,0 @@ -**Gomphocarpus (*Gomphocarpus physocarpus*, syn. -*Asclepias physocarpa*)** \ No newline at end of file diff --git a/tests/commonmark/372-Emphasis_and_strong_emphasis.html b/tests/commonmark/372-Emphasis_and_strong_emphasis.html deleted file mode 100644 index b01c570..0000000 --- a/tests/commonmark/372-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo "bar" foo

\ No newline at end of file diff --git a/tests/commonmark/372-Emphasis_and_strong_emphasis.md b/tests/commonmark/372-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 433f461..0000000 --- a/tests/commonmark/372-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -**foo "*bar*" foo** \ No newline at end of file diff --git a/tests/commonmark/373-Emphasis_and_strong_emphasis.html b/tests/commonmark/373-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 809bc0f..0000000 --- a/tests/commonmark/373-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foobar

\ No newline at end of file diff --git a/tests/commonmark/373-Emphasis_and_strong_emphasis.md b/tests/commonmark/373-Emphasis_and_strong_emphasis.md deleted file mode 100644 index d3cd1ac..0000000 --- a/tests/commonmark/373-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -**foo**bar \ No newline at end of file diff --git a/tests/commonmark/376-Emphasis_and_strong_emphasis.html b/tests/commonmark/376-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 303a42a..0000000 --- a/tests/commonmark/376-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

(foo)

\ No newline at end of file diff --git a/tests/commonmark/376-Emphasis_and_strong_emphasis.md b/tests/commonmark/376-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 42e389a..0000000 --- a/tests/commonmark/376-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -_(__foo__)_ \ No newline at end of file diff --git a/tests/commonmark/380-Emphasis_and_strong_emphasis.html b/tests/commonmark/380-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 3bd2221..0000000 --- a/tests/commonmark/380-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

(bar).

\ No newline at end of file diff --git a/tests/commonmark/380-Emphasis_and_strong_emphasis.md b/tests/commonmark/380-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 2db9b37..0000000 --- a/tests/commonmark/380-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -__(bar)__. \ No newline at end of file diff --git a/tests/commonmark/388-Emphasis_and_strong_emphasis.html b/tests/commonmark/388-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 98aa6a9..0000000 --- a/tests/commonmark/388-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foobarbaz

\ No newline at end of file diff --git a/tests/commonmark/388-Emphasis_and_strong_emphasis.md b/tests/commonmark/388-Emphasis_and_strong_emphasis.md deleted file mode 100644 index b7fa051..0000000 --- a/tests/commonmark/388-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -*foo**bar**baz* \ No newline at end of file diff --git a/tests/commonmark/389-Emphasis_and_strong_emphasis.html b/tests/commonmark/389-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 164c9f5..0000000 --- a/tests/commonmark/389-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/389-Emphasis_and_strong_emphasis.md b/tests/commonmark/389-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 5cc3a68..0000000 --- a/tests/commonmark/389-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -***foo** bar* \ No newline at end of file diff --git a/tests/commonmark/390-Emphasis_and_strong_emphasis.html b/tests/commonmark/390-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 144f02f..0000000 --- a/tests/commonmark/390-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/390-Emphasis_and_strong_emphasis.md b/tests/commonmark/390-Emphasis_and_strong_emphasis.md deleted file mode 100644 index b06a7e3..0000000 --- a/tests/commonmark/390-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -*foo **bar*** \ No newline at end of file diff --git a/tests/commonmark/395-Emphasis_and_strong_emphasis.html b/tests/commonmark/395-Emphasis_and_strong_emphasis.html deleted file mode 100644 index e3df69e..0000000 --- a/tests/commonmark/395-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

**** is not an empty strong emphasis

\ No newline at end of file diff --git a/tests/commonmark/395-Emphasis_and_strong_emphasis.md b/tests/commonmark/395-Emphasis_and_strong_emphasis.md deleted file mode 100644 index be54f61..0000000 --- a/tests/commonmark/395-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -**** is not an empty strong emphasis \ No newline at end of file diff --git a/tests/commonmark/396-Emphasis_and_strong_emphasis.html b/tests/commonmark/396-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 2125508..0000000 --- a/tests/commonmark/396-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/396-Emphasis_and_strong_emphasis.md b/tests/commonmark/396-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 35bb4eb..0000000 --- a/tests/commonmark/396-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -**foo [bar](/url)** \ No newline at end of file diff --git a/tests/commonmark/397-Emphasis_and_strong_emphasis.html b/tests/commonmark/397-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 5cf4df2..0000000 --- a/tests/commonmark/397-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1,2 +0,0 @@ -

foo -bar

\ No newline at end of file diff --git a/tests/commonmark/397-Emphasis_and_strong_emphasis.md b/tests/commonmark/397-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 01b4e42..0000000 --- a/tests/commonmark/397-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1,2 +0,0 @@ -**foo -bar** \ No newline at end of file diff --git a/tests/commonmark/404-Emphasis_and_strong_emphasis.html b/tests/commonmark/404-Emphasis_and_strong_emphasis.html deleted file mode 100644 index f622efc..0000000 --- a/tests/commonmark/404-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/404-Emphasis_and_strong_emphasis.md b/tests/commonmark/404-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 8b84f99..0000000 --- a/tests/commonmark/404-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -***foo* bar** \ No newline at end of file diff --git a/tests/commonmark/405-Emphasis_and_strong_emphasis.html b/tests/commonmark/405-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 14558ef..0000000 --- a/tests/commonmark/405-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/405-Emphasis_and_strong_emphasis.md b/tests/commonmark/405-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 21e1d4a..0000000 --- a/tests/commonmark/405-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -**foo *bar*** \ No newline at end of file diff --git a/tests/commonmark/411-Emphasis_and_strong_emphasis.html b/tests/commonmark/411-Emphasis_and_strong_emphasis.html deleted file mode 100644 index d27525d..0000000 --- a/tests/commonmark/411-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo *

\ No newline at end of file diff --git a/tests/commonmark/411-Emphasis_and_strong_emphasis.md b/tests/commonmark/411-Emphasis_and_strong_emphasis.md deleted file mode 100644 index d8b2d7e..0000000 --- a/tests/commonmark/411-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -foo *\** \ No newline at end of file diff --git a/tests/commonmark/412-Emphasis_and_strong_emphasis.html b/tests/commonmark/412-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 29ed14b..0000000 --- a/tests/commonmark/412-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo _

\ No newline at end of file diff --git a/tests/commonmark/412-Emphasis_and_strong_emphasis.md b/tests/commonmark/412-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 3e2f071..0000000 --- a/tests/commonmark/412-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -foo *_* \ No newline at end of file diff --git a/tests/commonmark/413-Emphasis_and_strong_emphasis.html b/tests/commonmark/413-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 06906bd..0000000 --- a/tests/commonmark/413-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo *****

\ No newline at end of file diff --git a/tests/commonmark/413-Emphasis_and_strong_emphasis.md b/tests/commonmark/413-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 13301de..0000000 --- a/tests/commonmark/413-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -foo ***** \ No newline at end of file diff --git a/tests/commonmark/441-Emphasis_and_strong_emphasis.html b/tests/commonmark/441-Emphasis_and_strong_emphasis.html deleted file mode 100644 index 1243c00..0000000 --- a/tests/commonmark/441-Emphasis_and_strong_emphasis.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/441-Emphasis_and_strong_emphasis.md b/tests/commonmark/441-Emphasis_and_strong_emphasis.md deleted file mode 100644 index 33a7972..0000000 --- a/tests/commonmark/441-Emphasis_and_strong_emphasis.md +++ /dev/null @@ -1 +0,0 @@ -***foo*** \ No newline at end of file diff --git a/tests/commonmark/456-Links.html b/tests/commonmark/456-Links.html deleted file mode 100644 index 4183f3e..0000000 --- a/tests/commonmark/456-Links.html +++ /dev/null @@ -1 +0,0 @@ -

link

\ No newline at end of file diff --git a/tests/commonmark/456-Links.md b/tests/commonmark/456-Links.md deleted file mode 100644 index 6623a16..0000000 --- a/tests/commonmark/456-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link](/uri "title") \ No newline at end of file diff --git a/tests/commonmark/457-Links.html b/tests/commonmark/457-Links.html deleted file mode 100644 index be35e69..0000000 --- a/tests/commonmark/457-Links.html +++ /dev/null @@ -1 +0,0 @@ -

link

\ No newline at end of file diff --git a/tests/commonmark/457-Links.md b/tests/commonmark/457-Links.md deleted file mode 100644 index 438423c..0000000 --- a/tests/commonmark/457-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link](/uri) \ No newline at end of file diff --git a/tests/commonmark/460-Links.html b/tests/commonmark/460-Links.html deleted file mode 100644 index 7bc00e3..0000000 --- a/tests/commonmark/460-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[link](/my uri)

\ No newline at end of file diff --git a/tests/commonmark/460-Links.md b/tests/commonmark/460-Links.md deleted file mode 100644 index 6f44be6..0000000 --- a/tests/commonmark/460-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link](/my uri) \ No newline at end of file diff --git a/tests/commonmark/461-Links.html b/tests/commonmark/461-Links.html deleted file mode 100644 index 84777c2..0000000 --- a/tests/commonmark/461-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[link](</my uri>)

\ No newline at end of file diff --git a/tests/commonmark/461-Links.md b/tests/commonmark/461-Links.md deleted file mode 100644 index be01ff5..0000000 --- a/tests/commonmark/461-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link]() \ No newline at end of file diff --git a/tests/commonmark/465-Links.html b/tests/commonmark/465-Links.html deleted file mode 100644 index 9a4edcf..0000000 --- a/tests/commonmark/465-Links.html +++ /dev/null @@ -1 +0,0 @@ -

link

\ No newline at end of file diff --git a/tests/commonmark/465-Links.md b/tests/commonmark/465-Links.md deleted file mode 100644 index a99cb84..0000000 --- a/tests/commonmark/465-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link]((foo)and(bar)) \ No newline at end of file diff --git a/tests/commonmark/477-Links.html b/tests/commonmark/477-Links.html deleted file mode 100644 index 888d36c..0000000 --- a/tests/commonmark/477-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[link](/url "title "and" title")

\ No newline at end of file diff --git a/tests/commonmark/477-Links.md b/tests/commonmark/477-Links.md deleted file mode 100644 index 9566155..0000000 --- a/tests/commonmark/477-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link](/url "title "and" title") \ No newline at end of file diff --git a/tests/commonmark/480-Links.html b/tests/commonmark/480-Links.html deleted file mode 100644 index f2922d4..0000000 --- a/tests/commonmark/480-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[link] (/uri)

\ No newline at end of file diff --git a/tests/commonmark/480-Links.md b/tests/commonmark/480-Links.md deleted file mode 100644 index b4360a5..0000000 --- a/tests/commonmark/480-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link] (/uri) \ No newline at end of file diff --git a/tests/commonmark/482-Links.html b/tests/commonmark/482-Links.html deleted file mode 100644 index f571ea4..0000000 --- a/tests/commonmark/482-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[link] bar](/uri)

\ No newline at end of file diff --git a/tests/commonmark/482-Links.md b/tests/commonmark/482-Links.md deleted file mode 100644 index 7d60028..0000000 --- a/tests/commonmark/482-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link] bar](/uri) \ No newline at end of file diff --git a/tests/commonmark/483-Links.html b/tests/commonmark/483-Links.html deleted file mode 100644 index 1651774..0000000 --- a/tests/commonmark/483-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[link bar

\ No newline at end of file diff --git a/tests/commonmark/483-Links.md b/tests/commonmark/483-Links.md deleted file mode 100644 index e439362..0000000 --- a/tests/commonmark/483-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link [bar](/uri) \ No newline at end of file diff --git a/tests/commonmark/485-Links.html b/tests/commonmark/485-Links.html deleted file mode 100644 index 3829fb0..0000000 --- a/tests/commonmark/485-Links.html +++ /dev/null @@ -1 +0,0 @@ -

link foo bar #

\ No newline at end of file diff --git a/tests/commonmark/485-Links.md b/tests/commonmark/485-Links.md deleted file mode 100644 index bc08e1b..0000000 --- a/tests/commonmark/485-Links.md +++ /dev/null @@ -1 +0,0 @@ -[link *foo **bar** `#`*](/uri) \ No newline at end of file diff --git a/tests/commonmark/486-Links.html b/tests/commonmark/486-Links.html deleted file mode 100644 index 17c6e98..0000000 --- a/tests/commonmark/486-Links.html +++ /dev/null @@ -1 +0,0 @@ -

moon

\ No newline at end of file diff --git a/tests/commonmark/486-Links.md b/tests/commonmark/486-Links.md deleted file mode 100644 index 3271f84..0000000 --- a/tests/commonmark/486-Links.md +++ /dev/null @@ -1 +0,0 @@ -[![moon](moon.jpg)](/uri) \ No newline at end of file diff --git a/tests/commonmark/499-Links.html b/tests/commonmark/499-Links.html deleted file mode 100644 index 3829fb0..0000000 --- a/tests/commonmark/499-Links.html +++ /dev/null @@ -1 +0,0 @@ -

link foo bar #

\ No newline at end of file diff --git a/tests/commonmark/499-Links.md b/tests/commonmark/499-Links.md deleted file mode 100644 index 1c0b5d9..0000000 --- a/tests/commonmark/499-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[link *foo **bar** `#`*][ref] - -[ref]: /uri \ No newline at end of file diff --git a/tests/commonmark/500-Links.html b/tests/commonmark/500-Links.html deleted file mode 100644 index 17c6e98..0000000 --- a/tests/commonmark/500-Links.html +++ /dev/null @@ -1 +0,0 @@ -

moon

\ No newline at end of file diff --git a/tests/commonmark/500-Links.md b/tests/commonmark/500-Links.md deleted file mode 100644 index 3afa1a2..0000000 --- a/tests/commonmark/500-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[![moon](moon.jpg)][ref] - -[ref]: /uri \ No newline at end of file diff --git a/tests/commonmark/504-Links.html b/tests/commonmark/504-Links.html deleted file mode 100644 index a06bc88..0000000 --- a/tests/commonmark/504-Links.html +++ /dev/null @@ -1 +0,0 @@ -

foo *bar

\ No newline at end of file diff --git a/tests/commonmark/504-Links.md b/tests/commonmark/504-Links.md deleted file mode 100644 index 332766d..0000000 --- a/tests/commonmark/504-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo *bar][ref] - -[ref]: /uri \ No newline at end of file diff --git a/tests/commonmark/514-Links.html b/tests/commonmark/514-Links.html deleted file mode 100644 index 5e0f765..0000000 --- a/tests/commonmark/514-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[bar][foo!]

\ No newline at end of file diff --git a/tests/commonmark/514-Links.md b/tests/commonmark/514-Links.md deleted file mode 100644 index db7962f..0000000 --- a/tests/commonmark/514-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[bar][foo\!] - -[foo!]: /url \ No newline at end of file diff --git a/tests/commonmark/518-Links.html b/tests/commonmark/518-Links.html deleted file mode 100644 index a7d9a99..0000000 --- a/tests/commonmark/518-Links.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/518-Links.md b/tests/commonmark/518-Links.md deleted file mode 100644 index 0b6977f..0000000 --- a/tests/commonmark/518-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo][ref\[] - -[ref\[]: /uri \ No newline at end of file diff --git a/tests/commonmark/520-Links.html b/tests/commonmark/520-Links.html deleted file mode 100644 index 068a4d0..0000000 --- a/tests/commonmark/520-Links.html +++ /dev/null @@ -1,2 +0,0 @@ -

[]

-

[]: /uri

\ No newline at end of file diff --git a/tests/commonmark/520-Links.md b/tests/commonmark/520-Links.md deleted file mode 100644 index 4d27829..0000000 --- a/tests/commonmark/520-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[] - -[]: /uri \ No newline at end of file diff --git a/tests/commonmark/521-Links.html b/tests/commonmark/521-Links.html deleted file mode 100644 index 9fabbc6..0000000 --- a/tests/commonmark/521-Links.html +++ /dev/null @@ -1,4 +0,0 @@ -

[ -]

-

[ -]: /uri

\ No newline at end of file diff --git a/tests/commonmark/521-Links.md b/tests/commonmark/521-Links.md deleted file mode 100644 index 911be99..0000000 --- a/tests/commonmark/521-Links.md +++ /dev/null @@ -1,5 +0,0 @@ -[ - ] - -[ - ]: /uri \ No newline at end of file diff --git a/tests/commonmark/522-Links.html b/tests/commonmark/522-Links.html deleted file mode 100644 index de843ed..0000000 --- a/tests/commonmark/522-Links.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/522-Links.md b/tests/commonmark/522-Links.md deleted file mode 100644 index 083537a..0000000 --- a/tests/commonmark/522-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo][] - -[foo]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/523-Links.html b/tests/commonmark/523-Links.html deleted file mode 100644 index b11501f..0000000 --- a/tests/commonmark/523-Links.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/523-Links.md b/tests/commonmark/523-Links.md deleted file mode 100644 index a4dfedf..0000000 --- a/tests/commonmark/523-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[*foo* bar][] - -[*foo* bar]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/524-Links.html b/tests/commonmark/524-Links.html deleted file mode 100644 index 9def84e..0000000 --- a/tests/commonmark/524-Links.html +++ /dev/null @@ -1 +0,0 @@ -

Foo

\ No newline at end of file diff --git a/tests/commonmark/524-Links.md b/tests/commonmark/524-Links.md deleted file mode 100644 index 389eccf..0000000 --- a/tests/commonmark/524-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[Foo][] - -[foo]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/526-Links.html b/tests/commonmark/526-Links.html deleted file mode 100644 index de843ed..0000000 --- a/tests/commonmark/526-Links.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/526-Links.md b/tests/commonmark/526-Links.md deleted file mode 100644 index 4ab1d3d..0000000 --- a/tests/commonmark/526-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[foo] - -[foo]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/527-Links.html b/tests/commonmark/527-Links.html deleted file mode 100644 index b11501f..0000000 --- a/tests/commonmark/527-Links.html +++ /dev/null @@ -1 +0,0 @@ -

foo bar

\ No newline at end of file diff --git a/tests/commonmark/527-Links.md b/tests/commonmark/527-Links.md deleted file mode 100644 index bdae9df..0000000 --- a/tests/commonmark/527-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[*foo* bar] - -[*foo* bar]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/528-Links.html b/tests/commonmark/528-Links.html deleted file mode 100644 index 8c9b6bd..0000000 --- a/tests/commonmark/528-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[foo bar]

\ No newline at end of file diff --git a/tests/commonmark/528-Links.md b/tests/commonmark/528-Links.md deleted file mode 100644 index 76264d6..0000000 --- a/tests/commonmark/528-Links.md +++ /dev/null @@ -1,3 +0,0 @@ -[[*foo* bar]] - -[*foo* bar]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/540-Links.html b/tests/commonmark/540-Links.html deleted file mode 100644 index c1d9e46..0000000 --- a/tests/commonmark/540-Links.html +++ /dev/null @@ -1 +0,0 @@ -

[foo]bar

\ No newline at end of file diff --git a/tests/commonmark/540-Links.md b/tests/commonmark/540-Links.md deleted file mode 100644 index 9ea2571..0000000 --- a/tests/commonmark/540-Links.md +++ /dev/null @@ -1,4 +0,0 @@ -[foo][bar][baz] - -[baz]: /url1 -[foo]: /url2 \ No newline at end of file diff --git a/tests/commonmark/541-Images.html b/tests/commonmark/541-Images.html deleted file mode 100644 index c5760be..0000000 --- a/tests/commonmark/541-Images.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/541-Images.md b/tests/commonmark/541-Images.md deleted file mode 100644 index b091cb1..0000000 --- a/tests/commonmark/541-Images.md +++ /dev/null @@ -1 +0,0 @@ -![foo](/url "title") \ No newline at end of file diff --git a/tests/commonmark/547-Images.html b/tests/commonmark/547-Images.html deleted file mode 100644 index b97f8e4..0000000 --- a/tests/commonmark/547-Images.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/547-Images.md b/tests/commonmark/547-Images.md deleted file mode 100644 index fd8d016..0000000 --- a/tests/commonmark/547-Images.md +++ /dev/null @@ -1 +0,0 @@ -![foo](train.jpg) \ No newline at end of file diff --git a/tests/commonmark/550-Images.html b/tests/commonmark/550-Images.html deleted file mode 100644 index c3804a0..0000000 --- a/tests/commonmark/550-Images.html +++ /dev/null @@ -1 +0,0 @@ -

\ No newline at end of file diff --git a/tests/commonmark/550-Images.md b/tests/commonmark/550-Images.md deleted file mode 100644 index addf61b..0000000 --- a/tests/commonmark/550-Images.md +++ /dev/null @@ -1 +0,0 @@ -![](/url) \ No newline at end of file diff --git a/tests/commonmark/551-Images.html b/tests/commonmark/551-Images.html deleted file mode 100644 index 8741dc8..0000000 --- a/tests/commonmark/551-Images.html +++ /dev/null @@ -1 +0,0 @@ -

foo

\ No newline at end of file diff --git a/tests/commonmark/551-Images.md b/tests/commonmark/551-Images.md deleted file mode 100644 index 7c2598a..0000000 --- a/tests/commonmark/551-Images.md +++ /dev/null @@ -1,3 +0,0 @@ -![foo][bar] - -[bar]: /url \ No newline at end of file diff --git a/tests/commonmark/560-Images.html b/tests/commonmark/560-Images.html deleted file mode 100644 index 5784b0f..0000000 --- a/tests/commonmark/560-Images.html +++ /dev/null @@ -1 +0,0 @@ -

Foo

\ No newline at end of file diff --git a/tests/commonmark/560-Images.md b/tests/commonmark/560-Images.md deleted file mode 100644 index 54f8e22..0000000 --- a/tests/commonmark/560-Images.md +++ /dev/null @@ -1,3 +0,0 @@ -![Foo] - -[foo]: /url "title" \ No newline at end of file diff --git a/tests/commonmark/563-Autolinks.html b/tests/commonmark/563-Autolinks.html deleted file mode 100644 index 1fb4aed..0000000 --- a/tests/commonmark/563-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

http://foo.bar.baz

\ No newline at end of file diff --git a/tests/commonmark/563-Autolinks.md b/tests/commonmark/563-Autolinks.md deleted file mode 100644 index 99caf23..0000000 --- a/tests/commonmark/563-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/564-Autolinks.html b/tests/commonmark/564-Autolinks.html deleted file mode 100644 index 5a0147a..0000000 --- a/tests/commonmark/564-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

http://foo.bar.baz/test?q=hello&id=22&boolean

\ No newline at end of file diff --git a/tests/commonmark/564-Autolinks.md b/tests/commonmark/564-Autolinks.md deleted file mode 100644 index 3e4c76a..0000000 --- a/tests/commonmark/564-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/565-Autolinks.html b/tests/commonmark/565-Autolinks.html deleted file mode 100644 index 2b855c7..0000000 --- a/tests/commonmark/565-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

irc://foo.bar:2233/baz

\ No newline at end of file diff --git a/tests/commonmark/565-Autolinks.md b/tests/commonmark/565-Autolinks.md deleted file mode 100644 index c748571..0000000 --- a/tests/commonmark/565-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/566-Autolinks.html b/tests/commonmark/566-Autolinks.html deleted file mode 100644 index 0388080..0000000 --- a/tests/commonmark/566-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

MAILTO:FOO@BAR.BAZ

\ No newline at end of file diff --git a/tests/commonmark/566-Autolinks.md b/tests/commonmark/566-Autolinks.md deleted file mode 100644 index b81238f..0000000 --- a/tests/commonmark/566-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/569-Autolinks.html b/tests/commonmark/569-Autolinks.html deleted file mode 100644 index 2a4d7ce..0000000 --- a/tests/commonmark/569-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

http://../

\ No newline at end of file diff --git a/tests/commonmark/569-Autolinks.md b/tests/commonmark/569-Autolinks.md deleted file mode 100644 index ab5fc74..0000000 --- a/tests/commonmark/569-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/571-Autolinks.html b/tests/commonmark/571-Autolinks.html deleted file mode 100644 index 2812d63..0000000 --- a/tests/commonmark/571-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

<http://foo.bar/baz bim>

\ No newline at end of file diff --git a/tests/commonmark/571-Autolinks.md b/tests/commonmark/571-Autolinks.md deleted file mode 100644 index 98bb309..0000000 --- a/tests/commonmark/571-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/573-Autolinks.html b/tests/commonmark/573-Autolinks.html deleted file mode 100644 index 79d86ed..0000000 --- a/tests/commonmark/573-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

foo@bar.example.com

\ No newline at end of file diff --git a/tests/commonmark/573-Autolinks.md b/tests/commonmark/573-Autolinks.md deleted file mode 100644 index 97ce9c8..0000000 --- a/tests/commonmark/573-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/581-Autolinks.html b/tests/commonmark/581-Autolinks.html deleted file mode 100644 index f39926d..0000000 --- a/tests/commonmark/581-Autolinks.html +++ /dev/null @@ -1 +0,0 @@ -

foo@bar.example.com

\ No newline at end of file diff --git a/tests/commonmark/581-Autolinks.md b/tests/commonmark/581-Autolinks.md deleted file mode 100644 index 1a1c7da..0000000 --- a/tests/commonmark/581-Autolinks.md +++ /dev/null @@ -1 +0,0 @@ -foo@bar.example.com \ No newline at end of file diff --git a/tests/commonmark/582-Raw_HTML.html b/tests/commonmark/582-Raw_HTML.html deleted file mode 100644 index d420fea..0000000 --- a/tests/commonmark/582-Raw_HTML.html +++ /dev/null @@ -1 +0,0 @@ -

\ No newline at end of file diff --git a/tests/commonmark/582-Raw_HTML.md b/tests/commonmark/582-Raw_HTML.md deleted file mode 100644 index 4e45854..0000000 --- a/tests/commonmark/582-Raw_HTML.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/583-Raw_HTML.html b/tests/commonmark/583-Raw_HTML.html deleted file mode 100644 index 4630655..0000000 --- a/tests/commonmark/583-Raw_HTML.html +++ /dev/null @@ -1 +0,0 @@ -

\ No newline at end of file diff --git a/tests/commonmark/583-Raw_HTML.md b/tests/commonmark/583-Raw_HTML.md deleted file mode 100644 index 29552cb..0000000 --- a/tests/commonmark/583-Raw_HTML.md +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/586-Raw_HTML.html b/tests/commonmark/586-Raw_HTML.html deleted file mode 100644 index cfdf840..0000000 --- a/tests/commonmark/586-Raw_HTML.html +++ /dev/null @@ -1 +0,0 @@ -

Foo

\ No newline at end of file diff --git a/tests/commonmark/586-Raw_HTML.md b/tests/commonmark/586-Raw_HTML.md deleted file mode 100644 index 0d6e2f4..0000000 --- a/tests/commonmark/586-Raw_HTML.md +++ /dev/null @@ -1 +0,0 @@ -Foo \ No newline at end of file diff --git a/tests/commonmark/588-Raw_HTML.html b/tests/commonmark/588-Raw_HTML.html deleted file mode 100644 index f4919e4..0000000 --- a/tests/commonmark/588-Raw_HTML.html +++ /dev/null @@ -1 +0,0 @@ -

<a h*#ref="hi">

\ No newline at end of file diff --git a/tests/commonmark/588-Raw_HTML.md b/tests/commonmark/588-Raw_HTML.md deleted file mode 100644 index c2ed18e..0000000 --- a/tests/commonmark/588-Raw_HTML.md +++ /dev/null @@ -1 +0,0 @@ -
\ No newline at end of file diff --git a/tests/commonmark/589-Raw_HTML.html b/tests/commonmark/589-Raw_HTML.html deleted file mode 100644 index 6011f1b..0000000 --- a/tests/commonmark/589-Raw_HTML.html +++ /dev/null @@ -1 +0,0 @@ -

<a href="hi'> <a href=hi'>

\ No newline at end of file diff --git a/tests/commonmark/589-Raw_HTML.md b/tests/commonmark/589-Raw_HTML.md deleted file mode 100644 index 9bd3061..0000000 --- a/tests/commonmark/589-Raw_HTML.md +++ /dev/null @@ -1 +0,0 @@ -

\ No newline at end of file diff --git a/tests/commonmark/612-Hard_line_breaks.md b/tests/commonmark/612-Hard_line_breaks.md deleted file mode 100644 index 0202345..0000000 --- a/tests/commonmark/612-Hard_line_breaks.md +++ /dev/null @@ -1,2 +0,0 @@ -
\ No newline at end of file diff --git a/tests/commonmark/613-Hard_line_breaks.html b/tests/commonmark/613-Hard_line_breaks.html deleted file mode 100644 index f42c1ee..0000000 --- a/tests/commonmark/613-Hard_line_breaks.html +++ /dev/null @@ -1,2 +0,0 @@ -

\ No newline at end of file diff --git a/tests/commonmark/613-Hard_line_breaks.md b/tests/commonmark/613-Hard_line_breaks.md deleted file mode 100644 index 451beb2..0000000 --- a/tests/commonmark/613-Hard_line_breaks.md +++ /dev/null @@ -1,2 +0,0 @@ - \ No newline at end of file diff --git a/tests/commonmark/618-Soft_line_breaks.html b/tests/commonmark/618-Soft_line_breaks.html deleted file mode 100644 index f55ff14..0000000 --- a/tests/commonmark/618-Soft_line_breaks.html +++ /dev/null @@ -1,2 +0,0 @@ -

foo -baz

\ No newline at end of file diff --git a/tests/commonmark/618-Soft_line_breaks.md b/tests/commonmark/618-Soft_line_breaks.md deleted file mode 100644 index 000c335..0000000 --- a/tests/commonmark/618-Soft_line_breaks.md +++ /dev/null @@ -1,2 +0,0 @@ -foo -baz \ No newline at end of file diff --git a/tests/commonmark/619-Soft_line_breaks.html b/tests/commonmark/619-Soft_line_breaks.html deleted file mode 100644 index f55ff14..0000000 --- a/tests/commonmark/619-Soft_line_breaks.html +++ /dev/null @@ -1,2 +0,0 @@ -

foo -baz

\ No newline at end of file diff --git a/tests/commonmark/619-Soft_line_breaks.md b/tests/commonmark/619-Soft_line_breaks.md deleted file mode 100644 index 27acaef..0000000 --- a/tests/commonmark/619-Soft_line_breaks.md +++ /dev/null @@ -1,2 +0,0 @@ -foo - baz \ No newline at end of file diff --git a/tests/commonmark/620-Textual_content.html b/tests/commonmark/620-Textual_content.html deleted file mode 100644 index 8d014a5..0000000 --- a/tests/commonmark/620-Textual_content.html +++ /dev/null @@ -1 +0,0 @@ -

hello $.;'there

\ No newline at end of file diff --git a/tests/commonmark/620-Textual_content.md b/tests/commonmark/620-Textual_content.md deleted file mode 100644 index 7f69759..0000000 --- a/tests/commonmark/620-Textual_content.md +++ /dev/null @@ -1 +0,0 @@ -hello $.;'there \ No newline at end of file diff --git a/tests/commonmark/621-Textual_content.html b/tests/commonmark/621-Textual_content.html deleted file mode 100644 index c507a9f..0000000 --- a/tests/commonmark/621-Textual_content.html +++ /dev/null @@ -1 +0,0 @@ -

Foo χρῆν

\ No newline at end of file diff --git a/tests/commonmark/621-Textual_content.md b/tests/commonmark/621-Textual_content.md deleted file mode 100644 index bab0869..0000000 --- a/tests/commonmark/621-Textual_content.md +++ /dev/null @@ -1 +0,0 @@ -Foo χρῆν \ No newline at end of file diff --git a/tests/commonmark/622-Textual_content.html b/tests/commonmark/622-Textual_content.html deleted file mode 100644 index 7fd63f5..0000000 --- a/tests/commonmark/622-Textual_content.html +++ /dev/null @@ -1 +0,0 @@ -

Multiple spaces

\ No newline at end of file diff --git a/tests/commonmark/622-Textual_content.md b/tests/commonmark/622-Textual_content.md deleted file mode 100644 index ec364d2..0000000 --- a/tests/commonmark/622-Textual_content.md +++ /dev/null @@ -1 +0,0 @@ -Multiple spaces \ No newline at end of file