From 09d91279f12a22d2a3b88237a9976cd321e66001 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:02:28 +0200 Subject: [PATCH 1/2] Fix wrong dark attribute --- site/content/docs/5.0/content/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/content/tables.md b/site/content/docs/5.0/content/tables.md index 3681e186ac0b..ff12b292669b 100644 --- a/site/content/docs/5.0/content/tables.md +++ b/site/content/docs/5.0/content/tables.md @@ -290,7 +290,7 @@ Table cells of `` are always vertical aligned to the bottom. Table cells ```html - +
From f753a16de7d5bba37625ffdbebf1bbd4401f1c16 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Fri, 9 Apr 2021 18:57:42 +0200 Subject: [PATCH 2/2] Remove the outer table completely --- site/content/docs/5.0/content/tables.md | 48 ++++++++++++------------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/site/content/docs/5.0/content/tables.md b/site/content/docs/5.0/content/tables.md index ff12b292669b..7ec00201bb6c 100644 --- a/site/content/docs/5.0/content/tables.md +++ b/site/content/docs/5.0/content/tables.md @@ -290,31 +290,29 @@ Table cells of `` are always vertical aligned to the bottom. Table cells ```html -
-
-
- - - ... - - - - - ... - - - ... - - - - - - - - -
......This cell is aligned to the top....
- - +
+ + + + ... + + + + + ... + + + ... + + + + + + + + +
......This cell is aligned to the top....
+
``` ## Nesting