Code block syntax highlighting no longer works

#include <stdio.h>
#include <stdlib.h>

int main(int argc, char* argv[]){
    printf("Hello syntax hightlight?\n");
    return EXIT_SUCCESS;
}

The commonly used YAML highlighting also failed recently

/cc @admins

1 Like

bumping topicā€¦

bumping topicā€¦

bumping topicā€¦ā€¦

Iā€™ve been noticing this too and meant to raise it as an issue myselfā€¦

Previously we had syntax highlighting when using a fenced code block that specifies a language:

```yaml
```

The colouring appears to be gone now though :frowning:

Maybe @Chipaca can control this or knows who has the admin rights necessary to fix this

Weā€™ve asked before why it and the ā€˜acceptedā€™ thing went away, and got no response.

FWIW this still works on the Ubuntu discourse:

Iā€™m gonna post all my code snippets to discourse, then, and just link to them from hereā€¦ </troll>

Is anyone actually pushing to get this reinstated? It is really jarring to me not having syntax highlighting!

1 Like