m.code

int main() {
    return 0;
}
int main() {
    return 1;
}

Inline code is here: constexpr. Code without a language should be rendered as plain monospace text: code.

![mosra@don-perverzo m.css]$ ls
CONTRIBUTING.rst  CREDITS.rst  doc            plugins        README.rst
COPYING           css          documentation  pelican-theme  site

Console colors:

‌██ ‌██ ‌██ ‌██ ‌██ ‌▓▓ ‌▒▒

Leading zeros: ‌▒▒ ‌▒▒

  ‌░░ ‌▒▒ ‌▓▓ ‌██
// this language is not highlighted

Properly preserve backslashes: \frac{a}{b}

Don't trim leading spaces in blocks:

        nope();
    return false;
}