From be43ada53d0e92c3514b0651f138824dfc541f05 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Wed, 13 Nov 2024 09:27:57 -0700 Subject: [PATCH] [wikitext/en] render markdown tables --- wikitext.html.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wikitext.html.markdown b/wikitext.html.markdown index a4303dd8..a88acca4 100644 --- a/wikitext.html.markdown +++ b/wikitext.html.markdown @@ -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 ``. For example, `[[micro-]]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) |