feat: replace info, tip and warn shortcodes by notice with params

This commit is contained in:
Leclerc Gwendal 2016-03-27 04:47:17 +02:00
parent c2d67b677c
commit c203a7fac4
4 changed files with 1 additions and 3 deletions

View file

@ -1 +0,0 @@
<div class="notices info">{{ .Inner }}</div>

View file

@ -0,0 +1 @@
<div class="notices {{ .Get 0 }}" {{ if len .Params | eq 2 }} id="{{ .Get 1 }}" {{ end }}>{{ .Inner }}</div>

View file

@ -1 +0,0 @@
<div class="notices tip">{{ .Inner }}</div>

View file

@ -1 +0,0 @@
<div class="notices warning">{{ .Inner }}</div>