[code] Syntax highlighting breaks if pound symbol (#) is present (with C at least)
This topic has been archived.
#16278
Example:
#include <stdio.h>
int main(int argc, char* argv[]) {
    printf("C users in shambles");
}


Exact same code but using the full width hashtag pound symbol:
#include <stdio.h>
int main(int argc, char* argv[]) {
    printf("C users in shambles");
}

I once shot a man in Reno, just to watch him die.
#16279
Updating the library seems to have done the trick. They seem to have discontinued the colour scheme I was using previously so I took the opportunity to try and make something myself that fits in with the rest of the design more. Hopefully it's appealing.
https://sig.flash.moe/signature.png
#16281
I completely forgot to attach the screenshot I took of your post before updating the site.

for comparison:
//i.fii.moe/WXxvHVG1E1ZpLzw0Ajr33cD0wz7wHGzb
https://sig.flash.moe/signature.png
This topic has been archived.