JetBrains / markdown

Markdown parser written in kotlin
Apache License 2.0
682 stars 75 forks source link

using more than one tick for inline code blocks isn't parsed correctly #13

Closed apatrida closed 4 years ago

apatrida commented 8 years ago

It doesn't appear that if you do:

inline`with`ticks`inside that the parsing keeps the inside ticks.

whereas github and other renderers handle this as the screenshot shows: screen shot 2016-06-25 at 4 02 21 am

valich commented 8 years ago

Hi @apatrida,

I could not reproduce the case. Are you sure it's not a renderer problem? The easiest way to check the parser if you're using IJ is to install the latest Markdown Support plugin and see what it renders with JavaFX preview.

valich commented 4 years ago

Closing as obsolete