diff --git a/config.toml b/config.toml index 6a196af..55bcbb5 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,9 @@ defaultContentLanguageInSubdir = true theme = "hello-friend" paginate = 7 +[markup.goldmark.renderer] + unsafe= true #避免MarkDown内嵌的HTML被优化掉,尤其是Typora缩放过的图片 + [params] # dir name of your blog content (default is `content/posts`) contentTypeName = "posts"