Better OL styling

This commit is contained in:
David Eisinger
2025-02-17 02:06:12 -05:00
parent a301186cfc
commit 685c307462
4 changed files with 15 additions and 23 deletions

View File

@@ -47,7 +47,6 @@
{{- /* Misc. markup fixes */ -}}
{{- $content = $content | replaceRE `<!--more-->\n+` "" -}}
{{- $content = $content | replaceRE `<[/]?span>` "" -}}
{{- $content = $content | replaceRE `(?m)^ >` ">" -}}
{{- $content = $content | replaceRE `(?m)^ \*` "* ⇢" -}}
{{- $content = $content | replaceRE `(?m)^- ` "* " -}}