Skip to content
Snippets Groups Projects
Commit e1feec0f authored by Julien Schmidt's avatar Julien Schmidt
Browse files

allow inline markdown in alert / warn

parent 41aa72f8
No related branches found
No related tags found
No related merge requests found
<div class="alert">{{ .Inner }}</div>
<div class="alert">{{ .Inner | markdownify }}</div>
<div class="warn">{{ .Inner }}</div>
<div class="warn">{{ .Inner | markdownify }}</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment