I mostly write technical blogs so not having proper handling for code blocks (<pre> and <code>) is a deal breaker for me.
I would expect that
<pre>
…my code
</pre>
is translated to
....my code
and <code>myCode</code> is myCode
in markdown.
Cheers!
Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:
Hi Patrick,
Good News! I’ve handled the PRE block, inside which the code is generally written, to be properly converted into the markdown. Now everything inside the PRE block will be enclosed within these (``` ```):
```
code or something else
```
Also, I’ve proper emoji handling too.
Please try again and let me know if this fixes the issue.
Nishu
Hi Patrick! Thanks for pointing this out. I’ll see what I can do 😃