shortcodes: add 'info' and 'wip'

This commit is contained in:
Santiago Lezica 2022-12-23 10:27:11 -03:00
parent 785e8e80a8
commit a25e9a7f2f
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<div class="ui blue message">
<div class="content">
<p>{{ .Inner | markdownify }}</p>
</div>
</div>

View File

@ -0,0 +1,11 @@
<div class="ui yellow message">
<div class="content">
<div class="header">
Work in Progress
</div>
<p>
This section is incomplete. Sorry! Give us some time to continue expanding the documentation,
and we'll have great content for you here.
</p>
</div>
</div>