Original comments:
I believe that most of these issues are because the code blocks are not legal syntax for the language we are telling AsciiDoc to use for color highlighting the code block. For example, in something like: id: <number> in a code block marked with the language protobuf, the angle brackets are intended to denote to the reader that <number> can be replaced with any decimal integer in ASCII. The angle brackets are probably illegal, and sometimes are colorized strangely.
Original comments:
I believe that most of these issues are because the code blocks are not legal syntax for the language we are telling AsciiDoc to use for color highlighting the code block. For example, in something like:
id: <number>in a code block marked with the languageprotobuf, the angle brackets are intended to denote to the reader that<number>can be replaced with any decimal integer in ASCII. The angle brackets are probably illegal, and sometimes are colorized strangely.