The .org files blocks does not display with syntax highlighting
by block i mean something like
#+begin_src C
#include <stdio.h>
int
main(void)
{
puts("Hello World!");
}
#+end_src
org-mode evaluates that to a syntax-highlighted block. However, the org-mode implemented in gittea does not displays it (for example here
The .org files blocks does not display with syntax highlighting
by block i mean something like
```
#+begin_src C
#include <stdio.h>
int
main(void)
{
puts("Hello World!");
}
#+end_src
```
org-mode evaluates that to a syntax-highlighted block. However, the org-mode implemented in gittea does not displays it (for example [here](https://codeberg.org/qorg11/emaks)