Separate infos in docstrings

This commit is contained in:
Marcus Kammer 2024-08-03 12:48:42 +02:00
parent 1d6484084e
commit 734280f716
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -8,7 +8,9 @@
(defmacro with-breadcrumb (&rest items) (defmacro with-breadcrumb (&rest items)
"Creates a Bootstrap breadcrumb navigation. "Creates a Bootstrap breadcrumb navigation.
ITEMS: A list of \"label\" \"url\" pairs. The last item is automatically set as active. ITEMS: A list of \"label\" \"url\" pairs. The last item is automatically set as active.
Example usage: Example usage:
(with-breadcrumb (with-breadcrumb
\"Home\" \"/\" \"Home\" \"/\"