diff --git a/config/_default/markup.toml b/config/_default/markup.toml index fccbfcc2..1cd9c5bc 100644 --- a/config/_default/markup.toml +++ b/config/_default/markup.toml @@ -2,6 +2,9 @@ # These settings are required for the theme to function. [goldmark] + [goldmark.parser] + wrapStandAloneImageWithinParagraph = false + [goldmark.renderer] unsafe = true diff --git a/exampleSite/config/_default/markup.toml b/exampleSite/config/_default/markup.toml index fccbfcc2..1cd9c5bc 100644 --- a/exampleSite/config/_default/markup.toml +++ b/exampleSite/config/_default/markup.toml @@ -2,6 +2,9 @@ # These settings are required for the theme to function. [goldmark] + [goldmark.parser] + wrapStandAloneImageWithinParagraph = false + [goldmark.renderer] unsafe = true