| Summary: | Upgrade markdown implementation to support fenced code blocks | ||
|---|---|---|---|
| Product: | Libre-SOC Website | Reporter: | Jacob Lifshay <programmerjake> |
| Component: | website | Assignee: | Luke Kenneth Casson Leighton <lkcl> |
| Status: | CONFIRMED --- | ||
| Severity: | enhancement | CC: | colepoirier, libre-soc-bugs, programmerjake |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | All | ||
| NLnet milestone: | --- | total budget (EUR) for completion of task and all subtasks: | 0 |
| budget (EUR) for this task, excluding subtasks' budget: | 0 | parent task for budget allocation: | |
| child tasks for budget allocation: | The table of payments (in EUR) for this task; TOML format: | ||
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. |
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__/