-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Original comments:
- Switching from Madoko to AsciiDoc for P4Runtime specification #510 (review)
- Switching from Madoko to AsciiDoc for P4Runtime specification #510 (comment)
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.