mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 16:26:34 -04:00
docs: add documentation on all shortcodes (#753)
This commit is contained in:

committed by
GitHub

parent
80ada64da0
commit
2033d50005
@@ -1,3 +1,9 @@
|
||||
{{- /*
|
||||
A shortcode for creating a step list.
|
||||
|
||||
@example {{% steps %}}{{% /steps %}}
|
||||
*/ -}}
|
||||
|
||||
<div class="hextra-steps hx:ml-4 hx:mb-12 hx:ltr:border-l hx:rtl:border-r hx:border-gray-200 hx:ltr:pl-6 hx:rtl:pr-6 hx:dark:border-neutral-800 [counter-reset:step]">
|
||||
{{- .Inner -}}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user