mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
[wikitext/en] render markdown tables
This commit is contained in:
parent
33e459864c
commit
be43ada53d
@ -58,6 +58,7 @@ The syntax for tables is [very complicated](https://en.wikipedia.org/wiki/Help:T
|
|||||||
```
|
```
|
||||||
|
|
||||||
which renders to
|
which renders to
|
||||||
|
|
||||||
| **column title A** | **column title B** |
|
| **column title A** | **column title B** |
|
||||||
|---|---|
|
|---|---|
|
||||||
| cell A1 | cell B1 |
|
| 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.
|
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:
|
There are three kinds of external linking. The third kind is preferred:
|
||||||
|
|
||||||
| wikitext | renders to |
|
| wikitext | renders to |
|
||||||
|----|----|
|
|----|----|
|
||||||
| `https://www.wikipedia.org` | [https://www.wikipedia.org](https://www.wikipedia.org) |
|
| `https://www.wikipedia.org` | [https://www.wikipedia.org](https://www.wikipedia.org) |
|
||||||
|
Loading…
Reference in New Issue
Block a user