I've written an initial XenForo Add-on to add basic support for a style of markdown formatting syntax to the forum.
It's a per-user preference which is off by default, and it effectively just replaces some markdown-style tags in your posts with BBCODE before previewing or posting - so it all ends up in the database in BBCODE and if you edit the post later then you'll see the BBCODE.
You can enable it through https://hummy.tv/forum/account/preferences - so far it supports:
``` - for code bocks ` - for inline code __ or ** - for bold _ or * - for italic
Here's an example screenshot with the preview showing.
It's a per-user preference which is off by default, and it effectively just replaces some markdown-style tags in your posts with BBCODE before previewing or posting - so it all ends up in the database in BBCODE and if you edit the post later then you'll see the BBCODE.
You can enable it through https://hummy.tv/forum/account/preferences - so far it supports:
``` - for code bocks ` - for inline code __ or ** - for bold _ or * - for italic
Here's an example screenshot with the preview showing.
Last edited: