From c7028e287845672c664d199b173294c7bf47a26f Mon Sep 17 00:00:00 2001 From: Julien <120013023+albatrousse@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:26:15 +0200 Subject: [PATCH] Update mkdocs.yml adding tables extension to markdown --- mkdocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 3317cebbca96a..6a3c01e4e3891 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,8 @@ theme: markdown_extensions: - footnotes + # support tables + - tables # this one allow to have two space indentation counts as nested list, as in github/vscode - mdx_truly_sane_lists # this one allow to start a list without first adding a blank line, as in github/vscode