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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user