From a2548dac9d19ab93480843348cf10c94791166b9 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 3 May 2024 18:06:10 -0700 Subject: [PATCH] markup/goldmark: Support extras extension Enables inclusion of these HTML elements in Markdown: - Inserted Text (++inserted++) - Mark Text (==marked==) - Subscript (H~2~O) - Superscript (1^st^) --- data/docs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/docs.yaml b/data/docs.yaml index dcc96c590..036c21285 100644 --- a/data/docs.yaml +++ b/data/docs.yaml @@ -1065,6 +1065,15 @@ config: enable: false escapedSpace: false definitionList: true + extras: + insert: + enable: false + mark: + enable: false + subscript: + enable: false + superscript: + enable: false footnote: true linkify: true linkifyProtocol: https