Back to Influxdb

Render Blockquote

layouts/_default/_markup/render-blockquote.html

latest242 B
Original Source

{{ if eq .Type "alert" }}

{{/* Hugo render hooks add an opening paragraph tag if the .Text starts */}} {{/* with a heading. This replaces the phantom paragraph tag. */}} {{ replace .Text "

{{ else }}

{{ .Text | safeHTML}}

{{ end }}