Manolo Martínez
1 year ago
Markdown to bbcode
@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?
9 comments show more
Manolo Martínez
1 year ago
@tony baldwin oh, it works all right. I'm using it. @Mike There's this little thing about code tags that is not working for me (see above). I guess I should just try to tweak the html before sending it to the api?
tony baldwin
1 year ago
Yeah.
I know how to send a post and control whether/where it is xposted, but that's it.

I would like to know more about permissions controls over api, especially, but also this html thing (I suppose I must read api.php).