Fossil

Check-in [382f3731]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Update the HTML safeing mechanism so that it does the entire Markdown output all at once. In this way it is better able to cope with block markup that spans multiple paragraphs.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 382f3731ee65dfd0ac5a9a39e725d6af11c2a3b242781cf7bcd869ad3a4866d8
User & Date: drh 2020-06-02 17:38:24.702
Context
2020-06-02
18:55
Documentation improvements on the HTML safer. Only apply safe-html to Forum posts for the moment. ... (check-in: 03ce4e70 user: drh tags: trunk)
17:38
Update the HTML safeing mechanism so that it does the entire Markdown output all at once. In this way it is better able to cope with block markup that spans multiple paragraphs. ... (check-in: 382f3731 user: drh tags: trunk)
15:14
Only use safe-html markdown rendering for the Forum. This is a temporary measure to get most things working again while we devise improvements to the safe-html mechanism. ... (check-in: f4e6efb2 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/browse.c.
Changes to src/event.c.
Changes to src/fileedit.c.
Changes to src/forum.c.
Changes to src/info.c.
Changes to src/markdown_html.c.
Changes to src/wiki.c.
Changes to src/wikiformat.c.