Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 27, 2024
1 parent 2319f83 commit 7b4107d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# ChangeLog

<a id="x-28COMMONDOC-MARKDOWN-DOCS-2FCHANGELOG-3A-3A-7C0-2E5-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.5.0 (2024-01-27)

* Added support for basic tables syntax. Table headers aren't supported yet, because common-doc system does not support them :(

<a id="x-28COMMONDOC-MARKDOWN-DOCS-2FCHANGELOG-3A-3A-7C0-2E4-2E0-7C-2040ANTS-DOC-2FLOCATIVES-3ASECTION-29"></a>

## 0.4.0 (2023-10-30)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,22 @@ CL-USER> (common-doc.format:emit-to-string

<a id="x-28COMMONDOC-MARKDOWN-2FEMITTER-3A-2AGENERATE-SHORT-LINK-REFERENCES-2A-20-28VARIABLE-29-29"></a>

### [variable](520e) `commondoc-markdown/emitter:*generate-short-link-references*` t
### [variable](6387) `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.

<a id="x-28COMMONDOC-MARKDOWN-2FEMITTER-3A-2AMIN-LINK-HASH-LENGTH-2A-20-28VARIABLE-29-29"></a>

### [variable](1685) `commondoc-markdown/emitter:*min-link-hash-length*` 4
### [variable](6c3e) `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
is set to `T`.

<a id="x-28COMMONDOC-MARKDOWN-2FEMITTER-3A-2AEMIT-SECTION-ANCHORS-2A-20-28VARIABLE-29-29"></a>

### [variable](af50) `commondoc-markdown/emitter:*emit-section-anchors*` t
### [variable](634c) `commondoc-markdown/emitter:*emit-section-anchors*` t

When this variable is `T` (default), emitter outputs
a raw html `<a name="some-id"></a>` before each
Expand All @@ -97,9 +97,9 @@ Markdown section.
[778d]: https://40ants.com/doc/
[4117]: https://commonmark.org/
[95d0]: https://github.com/3b/3bmd
[af50]: https://github.com/40ants/commondoc-markdown/blob/9d314986b3ac037810f9bf4d2d7cde8f848b9ae1/src/emitter.lisp#L22
[520e]: https://github.com/40ants/commondoc-markdown/blob/9d314986b3ac037810f9bf4d2d7cde8f848b9ae1/src/emitter.lisp#L27
[1685]: https://github.com/40ants/commondoc-markdown/blob/9d314986b3ac037810f9bf4d2d7cde8f848b9ae1/src/emitter.lisp#L94
[634c]: https://github.com/40ants/commondoc-markdown/blob/2319f832412ff64efbb18ff4b213faf503609348/src/emitter.lisp#L23
[6387]: https://github.com/40ants/commondoc-markdown/blob/2319f832412ff64efbb18ff4b213faf503609348/src/emitter.lisp#L28
[6c3e]: https://github.com/40ants/commondoc-markdown/blob/2319f832412ff64efbb18ff4b213faf503609348/src/emitter.lisp#L95

* * *
###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]

0 comments on commit 7b4107d

Please sign in to comment.