Add support emojis (#184)

* layout, index: render markdown emoji in section titles
* exampleSite, config: enable emoji rendering in markdown files
This commit is contained in:
Filippo Fontana 2024-06-01 20:18:05 +02:00 committed by GitHub
parent 4191af692f
commit e13ca197b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,9 @@ title = "Jane Doe - Nutrition Coach & Chef Consultant"
# In order to add version information in the page's footer set to true.
# enableGitInfo = true
# enable emoji processing in Markdown (valid only for pure markdown content)
enableEmoji = true
# Theme-specific variables `.Site.Params.myParamName`
[params]