mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-25 10:50:50 +02:00
feat: add support for emoji lists
With new `emoji_list` shortcode. For example: ``` {{% emoji_list %}} - 🔥 sdf - 🔥 sdf - 🔥 sdf {{% /emoji_list %}} ```
This commit is contained in:
parent
dbeee61620
commit
211d8b330b
4 changed files with 11 additions and 0 deletions
|
@ -6,6 +6,11 @@ module:
|
|||
- path: github.com/wowchemy/wowchemy-hugo-modules/wowchemy
|
||||
outputs:
|
||||
home: [HTML, RSS, JSON, WebAppManifest, headers, redirects]
|
||||
markup:
|
||||
defaultMarkdownHandler: goldmark
|
||||
goldmark: {renderer: {unsafe: true}}
|
||||
highlight: {codeFences: false}
|
||||
tableOfContents: {startLevel: 2, endLevel: 3}
|
||||
disableAliases: true
|
||||
taxonomies: []
|
||||
params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue