Skip to content

Keyword table in the language reference is not rendered correctly #17528

@nodakai

Description

@nodakai

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions