提交 3610f8fd 编写于 作者: S Steve Klabnik

Fix keyword table

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

Fixes #17528
上级 95090922
......@@ -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.
......
......@@ -392,3 +392,5 @@ pre.rust { position: relative; }
background-color: #fff !important;
}
}
#keywords table td { border: none; }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册