Merge pull request #4 from decentraland/new-shortcodes

New shortcodes, 'info' and 'wip'
This commit is contained in:
Santiago Lezica 2022-12-23 10:46:15 -03:00 committed by GitHub
commit 34918d009a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>