Closed kylebarron closed 6 years ago
Breaks the integration tests regarding autolinks, such as <https://www.github.com>
, hmm, see: https://github.github.com/gfm/#autolinks
Maybe best way to solve all these issues is to have a general selector for opening and closing tags, without any added logic. An additional step could make a distinction between various types of tags/links/etc. What do you think?
Breaks the integration tests regarding autolinks
That would be fixed by putting include: '#links'
above include: '#html'
.
I think you are right. Would you mind changing that? Let's see if something else fails.
I've tried your approach, and ran into some additional issues. See b1a1da1 for my implementation and tests. Thanks for your help!
Sounds good! I hope my ideas helped!
Here's a simple idea to fix https://github.com/burodepeper/language-markdown/issues/178.