added admonitions support

This commit is contained in:
timurgordon
2022-03-06 17:31:09 +03:00
parent 7101c85041
commit 3721773eeb
6 changed files with 515 additions and 60 deletions

View File

@@ -76,3 +76,57 @@ Finally a framework fun to be used.
- test3
{% end %}
{% admonition(title="Admonition test" type="note") %}
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
!!! note ""
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
??? note
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
???+ bug "Bug title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
!!! bug "Example title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
??? success "Example title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}
{% admonition() %}
!!! warning "Example title"
slipped outer exact open under people particularly growth feet amount steep there arrow introduced pencil distance possibly buffalo store former pound throughout equator column
{% end %}