JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
706 stars 78 forks source link

Fixing Gfm code span rendering in terms of "\" and spaces. #150

Closed Jolanrensen closed 7 months ago

Jolanrensen commented 8 months ago

Re-enabling examples 341, 342, 344, 345, 346, 347, 348 from https://github.github.com/gfm/ in GfmSpecTest.

For code spans, only 353 and 355 are still broken.

Fixes: https://github.com/JetBrains/markdown/issues/149

FirstTimeInForever commented 8 months ago

@berezhkoE Can you take a look?

Jolanrensen commented 8 months ago

Made a YT issue to help with the process https://youtrack.jetbrains.com/issue/IDEA-348571/Markdown-KDoc-rendering-errors

Jolanrensen commented 7 months ago

Looks like the YT issue tackles (a small part of) the issue from another angle. Please have a look at the PR when you have the time :).

Jolanrensen commented 7 months ago

Thanks :)