Skip to content

Commit

Permalink
[wikitext/en] render markdown tables
Browse files Browse the repository at this point in the history
  • Loading branch information
verhovsky committed Nov 13, 2024
1 parent 33e4598 commit be43ada
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wikitext.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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) |
Expand Down

0 comments on commit be43ada

Please sign in to comment.