Enable html render for example sites and updated config example in
README #40
This commit is contained in:
parent
27451bd00e
commit
4c54e7a425
@ -61,6 +61,11 @@ params:
|
||||
- css/my.css # relative path to "static" directory
|
||||
dateFormat: "2006-01-02"
|
||||
paginationSinglePost: true
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
unsafe: true # enable raw HTML in Markdown
|
||||
```
|
||||
|
||||
### Check your site
|
||||
|
@ -37,3 +37,6 @@ googleAnalytics = ""
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
@ -60,3 +60,6 @@ googleAnalytics = ""
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
Loading…
Reference in New Issue
Block a user