m.code

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

Legacy :hl_lines: option should work the same:

int main() {
    return 1;
}

Same as above, but for a .. include::, which should also support line highlighting:

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

ASan reports:

=>0x0c287fff8030: 00[fc]fc fc fc fc fc fc fc fc fc fa fa fa fa fa

Syntax highlighting:

# Comment
var = "string{}escape\n"

Console colors, including inline code:

Named foreground colors:
  Black Red Green Yellow Blue Magenta Cyan White Default
  BrightBlack BrightRed BrightGreen BrightYellow
  BrightBlue BrightMagenta BrightCyan BrightWhite

RGB foreground colors:
  91,157,217 157,217,91 217,91,157

Palette-based foreground colors:
    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
   16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31
   32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47
   48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63
   64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79
   80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95
   96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111
  112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
  128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
  144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
  160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
  176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
  192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
  208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
  224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
  240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255

Reset undoes foreground color
  Green Reset
  Red Reset, with implicit '0'

Reset or normal intensity undo brightness
  Bright Reset
  Bright Normal intensity

Non-bright named foreground colors and brightness stack 
  Bright and Yellow foreground in one Sequence
  Yellow foreground and Bright in one Sequence
  Bright Sequence and Yellow foreground Sequence
  Yellow foreground Sequence and Bright Sequence

Bright named foreground colors do not heed or change brightness flag,
nor do RGB or palette-based colors
  Bright BrightGreen (still bright) Green
  Default BrightGreen Green
  Bright palette 9 (still bright) Blue palette 9
  Blue palette 9 Blue palette 9
  Bright rgb(255,255,0) (still bright) Blue rgb(255,255,0)
  Blue rgb(255,255,0) Blue rgb(255,255,0)

Named background colors:
  Black Red Green Yellow Blue Magenta Cyan White Default
  BrightBlack BrightRed BrightGreen BrightYellow
  BrightBlue BrightMagenta BrightCyan BrightWhite

RGB background colors:
  91,157,217 157,217,91 217,91,157

Palette-based background colors:
    0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15
   16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31
   32  33  34  35  36  37  38  39  40  41  42  43  44  45  46  47
   48  49  50  51  52  53  54  55  56  57  58  59  60  61  62  63
   64  65  66  67  68  69  70  71  72  73  74  75  76  77  78  79
   80  81  82  83  84  85  86  87  88  89  90  91  92  93  94  95
   96  97  98  99 100 101 102 103 104 105 106 107 108 109 110 111
  112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
  128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
  144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
  160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
  176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191
  192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
  208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223
  224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
  240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255

Background colors do not heed or change brightness flag
  Bright BrightGreen Green
  BrightGreen Black

Foreground and background colors stack:
  Blue on Yellow
  Palette 12 on BrightYellow
  White on Palette 88
  BrightWhite on RGB 128,0,128
  RGB 0,128,128 on RGB 0,128,128
  RGB 192,192,0 on RGB 0,128,128

Inverted colors:
  Blue Inverted Inverted again Reset
  Blue Inverted Inverted back Reset
  Blue Inverted and bright Inverted again Reset
  Blue Inverted and bright Inverted back Reset
  Bright blue Inverted Inverted again Reset
  Bright blue Inverted Inverted back Reset

Other commands are ignored
  half-bright
  set underscore
  set blink
  reset selected mapping, display control flag, and toggle
  select null mapping, set display control flag, reset
  select null mapping, set display control flag, set toggle
  set underline
  underline off
  blink off
// this language is not highlighted

Properly preserve backslashes: \frac{a}{b} ... and backticks: :ref:`a function <os.path.join()>`

Don't trim leading spaces in blocks:

        nope();
    return false;
}

Advanced file inclusion

Filters

Applied by default, adding typographically correct spaces before and a color swatch after --- and for inline as well: p { color: #ff3366; }

p {
    color: #ff3366;
}

Applied explicitly and then by default --- and for inline as well: p { color: #3bd267; }

p {
    color: #3bd267;
}

Includes too:

p {
    color: #3bd267;
}