From 03b83da5130e1108488c31fdcf033ca10b24f19c Mon Sep 17 00:00:00 2001 From: elkan1788 Date: Tue, 27 Jun 2023 23:01:13 +0800 Subject: [PATCH] :bug: Fixed the issue of highlighting comma format error. --- exampleSite/content/post/syntax-highlighting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'' ***************