We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c572622 commit 534c4d0Copy full SHA for 534c4d0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.2.2
4
+
5
+- Improved table of contents and source links ([@helins](https://github.com/helins))
6
+- Support wiki syntax for var linking: `[[foo]]` ([@helins](https://github.com/helins))
7
+- Upgrade clj-kondo to 2022.10.05
8
9
## v0.1.1
10
11
- [#14](https://github.com/borkdude/quickdoc/issues/14): Skip vars defined in comments
bb.edn
@@ -7,4 +7,4 @@
:task (api/quickdoc {:git/branch "main"
:source-uri "https://dev.azure.com/company/_git/project?path={filename}&version=GBmain&_a=contents&line={row}&lineEnd={end-row}&lineStartColumn={col}&lineEndColumn={end-col}&lineStyle=plain"
:toc true
- :outfile "API2.md"})}}}
+ :outfile "API.md"})}}}
0 commit comments