diff --git a/content/posts/markdown-syntax.fa.md b/content/posts/markdown-syntax.fa.md index d4e15c17..d1dd5788 100644 --- a/content/posts/markdown-syntax.fa.md +++ b/content/posts/markdown-syntax.fa.md @@ -99,7 +99,7 @@ This is pre text #### Code block with backticks and language specified -```html +```html {linenos=true} diff --git a/content/posts/markdown-syntax.fr.md b/content/posts/markdown-syntax.fr.md index 057078df..f86b9470 100644 --- a/content/posts/markdown-syntax.fr.md +++ b/content/posts/markdown-syntax.fr.md @@ -99,7 +99,7 @@ This is pre text #### Code block with backticks and language specified -```html +```html {linenos=true} diff --git a/content/posts/markdown-syntax.md b/content/posts/markdown-syntax.md index 98c016ba..3767b106 100644 --- a/content/posts/markdown-syntax.md +++ b/content/posts/markdown-syntax.md @@ -98,7 +98,7 @@ This is pre text #### Code block with backticks and language specified -```html +```html {linenos=true}