Closed berezovskyi closed 5 years ago
It looks like the table renderer code in Github doesn't like the pipe for 0x52. The text document is correct, but the renderer is broken.
I'll have to see if there's a workaround.
I see, thanks! https://stackoverflow.com/questions/17319940/how-to-escape-a-pipe-char-in-a-code-statement-in-a-markdown-table suggests to use code
HTML tag.
A perfect! updated.
Both are 0x60 in ASCII in the spec. Refimpl uses
|
for value 52.