[wikitext/en] render markdown tables

This commit is contained in:
Boris Verkhovskiy 2024-11-13 09:27:57 -07:00
parent 33e459864c
commit be43ada53d

View File

@ -58,6 +58,7 @@ The syntax for tables is [very complicated](https://en.wikipedia.org/wiki/Help:T
```
which renders to
| **column title A** | **column title B** |
|---|---|
| cell A1 | cell B1 |
@ -120,6 +121,7 @@ If a word is interrupted by a link, it is "blended" into the link. For example,
To suppress this behavior, use `<nowiki>`. For example, `[[micro-]]<nowiki />second` renders to [micro-](https://en.wikipedia.org/wiki/micro-)second.
There are three kinds of external linking. The third kind is preferred:
| wikitext | renders to |
|----|----|
| `https://www.wikipedia.org` | [https://www.wikipedia.org](https://www.wikipedia.org) |