diff --git a/exampleSite/content/post/syntax-highlighting.md b/exampleSite/content/post/syntax-highlighting.md index 60b94db..6b91cc7 100644 --- a/exampleSite/content/post/syntax-highlighting.md +++ b/exampleSite/content/post/syntax-highlighting.md @@ -67,7 +67,7 @@ print "Hello, world!" ### Git 对比 -``` diff {hl_lines=[4,"6-7"], linenos=true} +```diff {hl_lines=[4,"6-7"], linenos=true} *** /path/to/original ''timestamp'' --- /path/to/new ''timestamp'' ***************