Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
About branch markdown-header-ids
Executive summary: this branch is about automatically generating IDs for HEADING elements in markdown output, using an algorithm which users can duplicate "in their head" on the fly while editing, to facilitate creation of intra-doc links without requiring manual insertion of constructs like <a id='...'></a>.
Discussion thread: https://fossil-scm.org/forum/forumpost/097eca7dd9
9 check-ins related to "markdown-header-ids"
|
2026-01-13
| ||
| 19:52 | Tag labels in Markdown with IDs that are compatible with GitHub. ... (check-in: f9ead7530c user: drh tags: trunk) | |
| 19:51 | Update the change log. ... (Closed-Leaf check-in: a190fae4a2 user: drh tags: markdown-header-ids) | |
| 19:50 | A more precise implementation of "slugify". ... (check-in: 8c9810e693 user: drh tags: markdown-header-ids) | |
|
2026-01-12
| ||
| 18:55 | Attempt to add IDs to headers in markdown, the same way that GitHub does. Needs additional testing to confirm that unusual characters in headers are handled reasonably. ... (check-in: 21cbb8c467 user: drh tags: markdown-header-ids) | |
|
2026-01-11
| ||
| 17:04 | Modify the accordion panel style to hide only vertical overflow and keep the box shadows of selected and current timeline entries visible in the context section of /info pages. Set the CSS property to `clip' instead of `hidden' to disallow any vertical scrolling (for example, by tabbing through hyperlinks), although this is probably not relevant for accordion panels. ... (check-in: b0188ce122 user: florian tags: trunk) | |
|
2019-12-16
| ||
| 13:50 | Backed out [c903fbc39e] (addition of "header-") prefix after sleeping on what Warren brought up in forum post f244b452fccd460a0. Edit: closing based on discussion in http://fossil-scm.org/forum/forumpost/097eca7dd9 (summary: we should do it like pandoc does). ... (Closed-Leaf check-in: 61186d2105 user: stephan tags: markdown-header-ids) | |
|
2019-12-15
| ||
| 15:26 | Added "heading-" prefix to generated IDs to help avoid accidental collisions with manually-added anchors. ... (check-in: c903fbc39e user: stephan tags: markdown-header-ids) | |
|
2019-12-13
| ||
| 13:06 | Markdown-to-HTML now adds automatically-generated ID attributes to the headers to facilitate creating intra-document links and hyperlinked tables of contents. The ID algorithm is simply to lower-case all ASCII alphanumeric characters in the header text. ... (check-in: 88eb24a9a5 user: stephan tags: markdown-header-ids) | |
| 06:06 | Added webp mimetype, a pedantic constness tweak in the mimetype table, and a minor typo fix. ... (check-in: 5590fb9e0f user: stephan tags: trunk) | |