Ensure shortcode alt text gets displayed as markdown.
This commit is contained in:
@@ -21,5 +21,5 @@
|
||||
src='{{ $src }}'
|
||||
type='audio/{{ .Scratch.Get "type" }}'
|
||||
>
|
||||
{{ .Scratch.Get "text" }}
|
||||
{{ .Scratch.Get "text" | markdownify }}
|
||||
</audio>
|
||||
Reference in New Issue
Block a user