There was an error while loading. Please reload this page.
1 parent 4d35cd6 commit a5106aeCopy full SHA for a5106ae
README.md
@@ -1590,9 +1590,10 @@ the `:doc` metadata attribute.
1590
This section outlines some of the common conventions and best
1591
practices for documenting Clojure code.
1592
1593
-<a name="prefer-docstrings"></a>
1594
-If a form supports docstrings directly prefer them over using `:doc` metadata:
1595
-<sup>[[link](#prefer-docstrings)]</sup>
+
+* <a name="prefer-docstrings"></a>
+ If a form supports docstrings directly prefer them over using `:doc` metadata:
1596
+ <sup>[[link](#prefer-docstrings)]</sup>
1597
1598
```clojure
1599
# good
0 commit comments