From 33d58fdb13e0f8c6aa9009f6953f2672ff5a3c97 Mon Sep 17 00:00:00 2001 From: tdro Date: Sat, 30 Dec 2023 16:39:52 -0500 Subject: config: Remove figure fix --- config.json | 2 +- config.toml | 2 +- config.yaml | 2 +- themes/default/layouts/partials/function-content.html | 7 ------- 4 files changed, 3 insertions(+), 10 deletions(-) diff --git a/config.json b/config.json index b47f23d..5234cb5 100644 --- a/config.json +++ b/config.json @@ -406,7 +406,7 @@ }, "autoHeadingID": true, "autoHeadingIDType": "github", - "wrapStandAloneImageWithinParagraph": true + "wrapStandAloneImageWithinParagraph": false }, "renderer": { "hardWraps": false, diff --git a/config.toml b/config.toml index 0af2921..c92482b 100644 --- a/config.toml +++ b/config.toml @@ -291,7 +291,7 @@ enableRobotsTXT = true [markup.goldmark.parser] autoHeadingID = true autoHeadingIDType = "github" - wrapStandAloneImageWithinParagraph = true + wrapStandAloneImageWithinParagraph = false [markup.goldmark.parser.attribute] block = false title = true diff --git a/config.yaml b/config.yaml index 023090b..cd5b917 100644 --- a/config.yaml +++ b/config.yaml @@ -288,7 +288,7 @@ markup: title: true autoHeadingID: true autoHeadingIDType: github - wrapStandAloneImageWithinParagraph: true + wrapStandAloneImageWithinParagraph: false renderer: hardWraps: false unsafe: false diff --git a/themes/default/layouts/partials/function-content.html b/themes/default/layouts/partials/function-content.html index f206a03..19c15ea 100644 --- a/themes/default/layouts/partials/function-content.html +++ b/themes/default/layouts/partials/function-content.html @@ -2,13 +2,6 @@ {{- $content := $pageContext.Content -}} {{- $expired := and .ExpiryDate (ge now.Unix .ExpiryDate.Unix) -}} -{{- - $content = $content | - replaceRE "

" "
" | - replaceRE "

\n

" "
" | - replaceRE "

" "
" | --}} - {{- $brokenBlockquotes := findRE `(?sU)\n

(–|—).*

` .Content -}} {{- range $brokenBlockquote := $brokenBlockquotes -}} -- cgit v1.2.3