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