From f428652528441d1133a3b5928c161c07fd740e7a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 4 May 2023 14:34:55 +0000 Subject: [PATCH] Update docs --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50015e8..c07b8ed 100644 --- a/README.md +++ b/README.md @@ -65,14 +65,14 @@ CL-USER> (common-doc.format:emit-to-string -### [variable](ad9f) `commondoc-markdown/emitter:*generate-short-link-references*` t +### [variable](764b) `commondoc-markdown/emitter:*generate-short-link-references*` t By default it is `T`, but you can bind it to `NIL`, to prevent short link references generation. -### [variable](0f3e) `commondoc-markdown/emitter:*min-link-hash-length*` 4 +### [variable](0e84) `commondoc-markdown/emitter:*min-link-hash-length*` 4 Minumum length of the hash for generated markdown links. This works only when [`*generate-short-link-references*`][651c] variable @@ -80,7 +80,7 @@ is set to `T`. -### [variable](7f10) `commondoc-markdown/emitter:*emit-section-anchors*` t +### [variable](d3c5) `commondoc-markdown/emitter:*emit-section-anchors*` t When this variable is `T` (default), emitter outputs a raw html `` before each @@ -98,9 +98,9 @@ Markdown section. [778d]: https://40ants.com/doc/ [4117]: https://commonmark.org/ [95d0]: https://github.com/3b/3bmd -[7f10]: https://github.com/40ants/commondoc-markdown/blob/5120b3f23613cc4d06380a21ab48cf516fe862a7/src/emitter.lisp#L21 -[ad9f]: https://github.com/40ants/commondoc-markdown/blob/5120b3f23613cc4d06380a21ab48cf516fe862a7/src/emitter.lisp#L26 -[0f3e]: https://github.com/40ants/commondoc-markdown/blob/5120b3f23613cc4d06380a21ab48cf516fe862a7/src/emitter.lisp#L93 +[d3c5]: https://github.com/40ants/commondoc-markdown/blob/f501b41a930e8012556b9a9a739eec81187a5097/src/emitter.lisp#L21 +[764b]: https://github.com/40ants/commondoc-markdown/blob/f501b41a930e8012556b9a9a739eec81187a5097/src/emitter.lisp#L26 +[0e84]: https://github.com/40ants/commondoc-markdown/blob/f501b41a930e8012556b9a9a739eec81187a5097/src/emitter.lisp#L93 * * * ###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]