Run this with `cargo run -- -T -F -s specs/regression.txt`. Regression tests for issues on the github issue tracker. ISSUE #162 ```````````````````````````````` example
Testing 1..2..3.. This is a test of the details element.
.
Testing 1..2..3..

This is a test of the details element.

```````````````````````````````` ISSUE #133 ```````````````````````````````` example see the [many] [articles] [on] [QuickCheck]. [many]: https://medium.com/@jlouis666/quickcheck-advice-c357efb4e7e6 [articles]: http://www.quviq.com/products/erlang-quickcheck/ [on]: https://wiki.haskell.org/Introduction_to_QuickCheck1 [QuickCheck]: https://hackage.haskell.org/package/QuickCheck .

see the many articles on QuickCheck.

```````````````````````````````` ISSUE #135 ```````````````````````````````` example [![debug-stub-derive on crates.io][cratesio-image]][cratesio] [![debug-stub-derive on docs.rs][docsrs-image]][docsrs] [cratesio-image]: https://img.shields.io/crates/v/debug_stub_derive.svg [cratesio]: https://crates.io/crates/debug_stub_derive [docsrs-image]: https://docs.rs/debug_stub_derive/badge.svg?version=0.3.0 [docsrs]: https://docs.rs/debug_stub_derive/0.3.0/ .

debug-stub-derive on crates.io debug-stub-derive on docs.rs

```````````````````````````````` ISSUE #145 ```````````````````````````````` example | Title A | Title B | | --------- | --------- | | Content | Content | | Title A | Title B | Title C | Title D | | --------- | --------- | --------- | ---------:| | Content | Content | Conent | Content | .
Title A Title B
Content Content
Title A Title B Title C Title D
Content Content Conent Content
```````````````````````````````` Unicode punctuation and emphasis ```````````````````````````````` example foo§__(bar)__ .

foo§(bar)

```````````````````````````````` ISSUE #213 ```````````````````````````````` example hello .

https://example.com hello

```````````````````````````````` ISSUE #43 (1) ```````````````````````````````` example [foo][bar] [bar]: a .

foo

```````````````````````````````` ISSUE #43 (2) ```````````````````````````````` example - **foo** (u8, u8) make something - **bar** (u16, u16) make something . ```````````````````````````````` ISSUE #239 ```````````````````````````````` example [` i8 `]( ../../../std/primitive.i8.html ) .

i8

```````````````````````````````` ISSUE #270 ```````````````````````````````` example [a] [a]: /url (title\\*) .

a

```````````````````````````````` ```````````````````````````````` example [a] [a]: /url (title\)) .

a

```````````````````````````````` ```````````````````````````````` example [a] [a]: /url (title)) .

[a]

[a]: /url (title))

```````````````````````````````` Inline HTML ```````````````````````````````` example a .

a <?php this is not a valid processing tag

b

```````````````````````````````` ISSUE #288 ```````````````````````````````` example [a]: u\ foo .

foo

```````````````````````````````` ISSUE #314 ```````````````````````````````` example \`foo` .

`foo`

```````````````````````````````` ISSUE #317 ```````````````````````````````` example foo\\ bar .

foo\ bar

```````````````````````````````` ISSUE #315 ```````````````````````````````` example 1\. foo 1\) bar .

1. foo

1) bar

```````````````````````````````` ISSUE #294 ```````````````````````````````` example 1... 1.2.3. 1 2 3 . 1.|2.-3. 1)2)3) .

1...

1.2.3.

1 2 3 .

1.|2.-3.

1)2)3)

```````````````````````````````` ISSUE #296 ```````````````````````````````` example [](<<>) .

[](<<>)

```````````````````````````````` BACKTICKS ```````````````````````````````` example \``foo``bar` .

`foo``bar

```````````````````````````````` MORE BACKTICKS ```````````````````````````````` example \\`foo` .

\foo

```````````````````````````````` ISSUE #300 ```````````````````````````````` example [\\]: x YOLO .

YOLO

```````````````````````````````` ISSUE #293 ```````````````````````````````` example lorem ipsum A | B ---|--- foo | bar .

lorem ipsum A | B ---|--- foo | bar

```````````````````````````````` ISSUE #318 (note the trailing whitespace on the first line) ```````````````````````````````` example foo|bar ---|--- foo|bar .
foobar
foobar
```````````````````````````````` ISSUE #318 ```````````````````````````````` example foo|bar\\ ---|--- foo|bar .
foobar\
foobar
```````````````````````````````` ISSUE #328 ```````````````````````````````` example [](url) .

```````````````````````````````` ISSUE #328 ```````````````````````````````` example [bar](url) .

bar

```````````````````````````````` ISSUE #328 ```````````````````````````````` example ![](http://example.com/logo.png) .

http://example.com

```````````````````````````````` ISSUE #328 ```````````````````````````````` example [ ](url) .

http://one http://two

```````````````````````````````` ISSUE #330 (NOTE THERE IS A SPACE ON THE LINE BETWEEN THE TABLE AND THE PARAGRAPH!) ```````````````````````````````` example Markdown | Less | Pretty --- | --- | --- some text .
Markdown Less Pretty

some text

```````````````````````````````` ISSUE #331 ```````````````````````````````` example 1. > foo 2. > .
  1. foo

```````````````````````````````` ISSUE #326 ```````````````````````````````` example [ x ]: f .

[ x

]: f

```````````````````````````````` ISSUE #295 ```````````````````````````````` example [foo]: .

[foo]:

```````````````````````````````` ISSUE #298 (not yet fixed) ```````````````````````````````` DISABLED example > [foo > bar]: /url > > [foo bar] .

foo bar

```````````````````````````````` TABLES IN BROKEN CONTAINERS ```````````````````````````````` example > foo | bar > --- | --- yolo | swag .
foobar

yolo | swag

```````````````````````````````` EMPHASIS ACROSS PARAGRAPHS ```````````````````````````````` example ~~*_**__ __a__ .

~~*_**__

a

````````````````````````````````