feat(article): add style to <kbd> tag (#862)

* fix: set `unsafe` to true for exampleSite

To display `<kbd>` tag correctly

* feat(article): add style to `kbd` tag

* feat: improve `<kbd>` style
This commit is contained in:
Jimmy Cai
2023-08-15 13:15:32 +02:00
committed by GitHub
parent 4e2e90da4c
commit 41c3033d1a
4 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -228,7 +228,7 @@ markup:
goldmark:
renderer:
## Set to true if you have HTML content inside Markdown
unsafe: false
unsafe: true
tableOfContents:
endLevel: 4
ordered: true