From aa901415b7cbdb1ba388daa1f9c020782cfe5960 Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Thu, 19 Jan 2023 21:00:54 +0100 Subject: [PATCH] Mention that bootstrap Markdown extensions should be enabled --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8b939c0..b96c1a1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ These are theme-specific settings and can be set in a settings file (in addition - `Logo`: The logo file to use in the navigation bar (include a leading slash if providing a relative path). If not provided, the `SiteTitle` will be used. - `EditRoot`: The root link to use for editing pages, usually set to a value like `https://github.com/org/repo/edit/develop/input` (do not use a trailing slash). +Since this theme is based on Bootstrap the `MarkdownExtensions` setting should be set to `bootstrap` to enable the [Markdig Bootstrap extension](https://github.com/xoofx/markdig/blob/master/src/Markdig.Tests/Specs/BootstrapSpecs.md). + ### Colors The following settings control the color scheme of the theme. For any that are not defined, the default Bootstrap values will be used.