diff --git a/exampleSite/content/post/markdown-syntax/index.md b/exampleSite/content/post/markdown-syntax/index.md index d9370b4..4478c5e 100644 --- a/exampleSite/content/post/markdown-syntax/index.md +++ b/exampleSite/content/post/markdown-syntax/index.md @@ -26,6 +26,7 @@ This article offers a sample of basic Markdown. Hello World! +``` tags = [ "文章标签(一般写用到了哪些技术)", "底部标签1", @@ -37,4 +38,5 @@ categories = [ "分类专栏(一般写自己划分的专栏)", "文章分类1", "文章分类2", -] \ No newline at end of file +] +``` \ No newline at end of file