Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch auto-toc Excluding Merge-Ins
This is equivalent to a diff from 83f03e91c4 to 77cbe291af
2020-09-15
| ||
20:10 | Bug fixes in Pandoc identifier generation. Now closed. See [branch/auto-toc|branch wiki] for discussion. Closed-Leaf check-in: 77cbe291af user: drh tags: auto-toc | |
19:50 | Automatic table-of-contents generated for Markdown if there is a tag of the form: <!--markdown: toc=N --> where N is an integer that is the deepest level of content that will be added to the index. The TOC is inserted in place of the magic HTML comment. check-in: 6142e11d20 user: drh tags: auto-toc | |
19:23 | Remove some end-of-line whitespace and fix some very minor comment typos and capitalization errors check-in: 0537925523 user: andygoth tags: trunk | |
18:20 | Enable automatic paragraph numbering in Markdown using a special HTML comment: "<--markdown paragraph-numbers=on -->" check-in: d9a70a1df9 user: drh tags: auto-toc | |
16:40 | fossil.pikchr.addSrcView() now tags each processed SVG element to avoid potentially processing the same one multiple times. Added fossil.pikchr support to /doc, /wiki, and /wikiedit/fileedit previews. This is harmless if there are no pikchrs or JS is disabled. check-in: 83f03e91c4 user: stephan tags: trunk | |
15:43 | Fix the markdown converter so that it recognizes HTML comments and passes them through into the raw_html_tag callback. check-in: 881f86645a user: drh tags: trunk | |
Changes to src/blob.c.
Changes to src/markdown.c.
Changes to src/markdown_html.c.