Support properly rendering code blocks like: ```C++ int main() { __builtin_printf("Hello, World!\n"); } ``` See https://ikiwiki.info/todo/Fenced_code_blocks___40__from_GitHub_Flavored_Markdown__41__/
ngggh i swear i enabled multimarkdown.
ah. i remember. it was enabling of multimarkdown that caused a bug in interaction between tables and bullet-lists.
(In reply to Luke Kenneth Casson Leighton from comment #2) > ah. i remember. it was enabling of multimarkdown that caused a bug in > interaction between tables and bullet-lists. Presumably because the markdown does bullet lists and thus the two conflict. I would recommend disabling the bullet-lists plugin and using the markdown one as the markdown one logically is a far larger superset of the bullet-list functionality.