@
Friendica Support Hello, helpers,
I'm trying to get a system going for writing my posts in markdown (pandoc, really, but this is irrelevant for the present point) and then uploading them to Friendica.
I've noticed that the standard way in which markdown deals with code blocks (adding <pre><code>...</code></pre> to the html) does not play well with, I guess, the html2bbcode converter. In any event, my code displays as plain text.
Is there a way to fix this from this end?