🐛 标签中的单引号不应该被替换为 HTML 实体 Fix https://github.com/siyuan-note/siyuan/issues/6163

This commit is contained in:
Liang Ding 2022-10-12 15:05:56 +08:00
parent 591d65b973
commit 0a32a1e5ae
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,7 @@ require (
github.com/88250/clipboard v0.1.5
github.com/88250/css v0.1.2
github.com/88250/gulu v1.2.3-0.20221007162906-ded80d955178
github.com/88250/lute v1.7.5-0.20221011020232-02c447c20db5
github.com/88250/lute v1.7.5-0.20221012065935-bdf7cfcafbf0
github.com/88250/pdfcpu v0.3.13
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
github.com/ConradIrwin/font v0.0.0-20210318200717-ce8d41cc0732
@ -48,7 +48,7 @@ require (
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69
golang.org/x/mobile v0.0.0-20220722155234-aaac322e2105
golang.org/x/text v0.3.7
golang.org/x/text v0.3.8
)
require (