You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- User guide now gives guidance
- Node API now lists fns by category in ns docstring
- Node API creation fns now include code examples in docstrings
- brought in current version of test-doc-blocks to test these
- fixed escaping issue for docstrings in apply-import-vars
CommonMark code blocks in docstrings are awkward when they require
escaping, but they sure look good on cljdoc.
Closes#97
...but no automatic coercion will be done on non rewrite-clj elements and their `tag` will return unknown.
567
+
568
+
[source,Clojure]
569
+
----
570
+
(n/tag 1)
571
+
;; :unknown
572
+
----
573
+
574
+
Finally, there are a handful of node whitespace creation convenience functions such as `spaces`, `newlines`, `line-separated` and `comma-separated`, see link:{cljdoc-api-url}/rewrite-clj.node[the node API docs for details].
575
+
501
576
=== Paredit API
502
577
Structured editing was introduce by rewrite-cljs and carried over to rewrite-clj v1.
0 commit comments