Fix keyword table

Markdown tables require a header, and we don't want one.

Fixes #17528
This commit is contained in:
Steve Klabnik 2014-10-07 15:01:26 -04:00 committed by Manish Goregaokar
parent 714408be0f
commit 7d3b9b0f92
1 changed files with 3 additions and 0 deletions

View File

@ -187,6 +187,8 @@ grammar as double-quoted strings. Other tokens have exact rules given.
The keywords are the following strings, organized by first letter:
<div id="keywords">
| | | | |
|----------|--------|--------|-------|
| as | | | |
|----------|--------|--------|-------|
@ -216,6 +218,7 @@ The keywords are the following strings, organized by first letter:
|----------|--------|--------|-------|
| while | | | |
|----------|--------|--------|-------|
</div>
Each of these keywords has special meaning in its grammar, and all of them are
excluded from the `ident` rule.