Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add --lint-footnotes option to the test-markdown-render
command. If this flag is given and footnotes in the input have issues, then
print to stderr the counters of "misrefs", "strays" and "split-defs"
and exit with error. This should partially address a concern
raised at the forum.
|
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | markdown-footnotes |
Files: | files | file ages | folders |
SHA3-256: |
1f525713ff85cf5fc1ef0c61521c298b |
User & Date: | george 2022-02-18 01:33:29.480 |
References
2022-04-20
| ||
11:39 | • Wiki page "branch/markdown-footnotes" ... (artifact: db11e160 user: drh) | |
Context
2022-02-19
| ||
01:00 |
Handle some corner cases more thoroughly: dismiss empty footnotes,
passthrough (more carefully) user-provided classlist if the token
is not followed by a blank character or if a footnote's text consists
just of such token and blank characters. Also simplify a little bit
a few places inside of is_footnote() function.
...
(check-in: fe315780 user: george tags: markdown-footnotes)
| |
2022-02-18
| ||
01:33 |
Add --lint-footnotes option to the test-markdown-render
command. If this flag is given and footnotes in the input have issues, then
print to stderr the counters of "misrefs", "strays" and "split-defs"
and exit with error. This should partially address a concern
raised at the forum.
...
(check-in: 1f525713 user: george tags: markdown-footnotes)
| |
2022-02-17
| ||
22:09 | If a footnote's text starts with a token of the special form then use this token to derive a set of CSS classes that are added to that footnote and its references. This enables users to style elements of a particular footnote provided that the administrator provisioned and documented some special CSS classes in a custum skin. Default skin does not provide any of such special classes which makes this feature an "opt-in". ... (check-in: 92516ced user: george tags: markdown-footnotes) | |
Changes
Changes to src/main.c.
Changes to src/markdown.c.
Changes to src/wikiformat.c.