Search found 1 match

by kohlrak
Fri Aug 14, 2026 2:18 am
Forum: General
Topic: markdown
Replies: 0
Views: 21086

markdown

Markdown added. Notable features not previously present that were previously sticking points:

Code blocks, discord style


```C

#include <stdiio.h>
int main(){
printf("Hello world!\n");
return 0;
}
```


(note, the plugin isn't perfect, the closing backticks are supposed to be on their own ...