Feat: add raw shortcode

This commit is contained in:
Cell
2022-08-28 01:01:00 +08:00
parent dcd93f7c6c
commit fe03e7b904
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file.
## v0.2.16
- :sparkles: Feat: add `raw` shortcode
- :sparkles: Feat: add custom aside template in post page ([#172](https://github.com/hugo-fixit/FixIt/issues/172))
- :sparkles: Feat(math): add more block delimiter support for math
- :wheelchair: Feat(accessibility): using `aria-hidden=true` on an icon font that AT should ignore
+1 -1
Submodule docs updated: 92bf258490...0560c334db
+3
View File
@@ -0,0 +1,3 @@
{{- $tag := .Get "tag" | default (.Get 0) | default "div" -}}
{{- printf `<%v class="fi-row">%v</%v>` $tag .Inner $tag | safeHTML -}}