Fix docstring indentation
This commit is contained in:
parent
1396c0d72f
commit
4b2d09da30
1 changed files with 4 additions and 4 deletions
|
@ -102,10 +102,10 @@ REST: Specifies a list of accordion items. Each item is a plist with the followi
|
|||
- :content: Specifies the content of the accordion item.
|
||||
|
||||
Example:
|
||||
(accordion \"accordionExample\"
|
||||
(:target \"collapseOne\" :name \"Accordion Item #1\" :show t :content \"This is the first item's accordion body.\")
|
||||
(:target \"collapseTwo\" :name \"Accordion Item #2\" :content \"This is the second item's accordion body.\")
|
||||
(:target \"collapseThree\" :name \"Accordion Item #3\" :content \"This is the second item's accordion body.\"))"
|
||||
(accordion \"accordionExample\"
|
||||
(:target \"collapseOne\" :name \"Accordion Item #1\" :show t :content \"This is the first item's accordion body.\")
|
||||
(:target \"collapseTwo\" :name \"Accordion Item #2\" :content \"This is the second item's accordion body.\")
|
||||
(:target \"collapseThree\" :name \"Accordion Item #3\" :content \"This is the second item's accordion body.\"))"
|
||||
`(spinneret:with-html
|
||||
(:div :class "accordion"
|
||||
:id ,id
|
||||
|
|
Loading…
Add table
Reference in a new issue