mirror of
https://github.com/dillonzq/LoveIt.git
synced 2025-01-07 11:15:44 +01:00
fix: fix toc css bug
This commit is contained in:
parent
9d2e810b44
commit
a7f9fd49a0
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
||||||
{{ $REout = `<a class="post-dummy-target" $2></a><$1>` }}
|
{{ $REout = `<a class="post-dummy-target" $2></a><$1>` }}
|
||||||
{{ $content = replaceRE $REin $REout $content }}
|
{{ $content = replaceRE $REin $REout $content }}
|
||||||
{{ $REin = `<(li) (id="fn:.+?")>` }}
|
{{ $REin = `<(li) (id="fn:.+?")>` }}
|
||||||
{{ $REout = `<a class="post-dummy-target" $2></a><$1>` }}
|
{{ $REout = `<$1><a class="post-dummy-target" $2></a>` }}
|
||||||
{{ $content = replaceRE $REin $REout $content }}
|
{{ $content = replaceRE $REin $REout $content }}
|
||||||
{{ $content | safeHTML }}
|
{{ $content | safeHTML }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue