elm-markdown
elm-markdown copied to clipboard
Handle whitespace within thematic breaks
See the failing test cases here: https://github.com/dillonkearns/elm-markdown/blob/rewrite-inlines/test-results/failing/GFM/Thematic%20breaks.md
Also, thematic breaks can have tabs separating them (which is kind of odd... but hey, I'm not here to judge people's markup styles 😁): https://github.com/dillonkearns/elm-markdown/blob/rewrite-inlines/test-results/failing/GFM/Tabs.md#example-11
I believe #43 fixes this issue