Description
The list of reserved keywords of the Rust language in the language reference was organized into a table in 64a77b1 However its syntax is wrong from Hoedown's point of view and the table is not rendered correctly as of now.
I think Hoedown can accept only tables like this (though the leftmost and the rightmost pipes are optional):
| hdrA | hdrB |
|-------|-------|
| dat1A | dat1B |
| dat2A | dat2B |
Note that the header row is mandatory.
I could fix the syntax of the keyword table but the empty row at the top looks ugly.
I prefer the previous version.
Metadata
Metadata
Assignees
Labels
No labels