Posted
about 3 years
ago
by
george
:branch/markdown-footnotes
|
Posted
about 3 years
ago
by
stephan
'update' now lists the updated-from version, per off-list user request, the intent being to simplify access to the version for purposes of running a diff after seeing updates arrive. (tags: trunk)
|
Posted
about 3 years
ago
by
george
Clean-up and rephrase some comments. (tags: markdown-footnotes)
|
Posted
about 3 years
ago
by
george
Make parsing slightly faster and fix a comment. No changes in functionality. (tags: markdown-footnotes)
|
Posted
about 3 years
ago
by
george
Edit [2c1f8f3592ef00e0|2c1f8f35]: Edit check-in comment.
|
Posted
about 3 years
ago
by
george
Include REQUEST_URI into footnotes' hyperlinks.
This should make links work even if base href (in a page's header)
is not consistent with the REQUEST_URI.
If FOOTNOTES_WITHOUT_URI macro is defined while
compiling src/markdown_html.c then bare "#fragment"
hyperlinks (without REQUEST_URI) are generated. (tags: markdown-footnotes)
|
Posted
about 3 years
ago
by
drh
Mention the REQUEST_URI fix in the change log. (tags: trunk)
|
Posted
about 3 years
ago
by
drh
Update the built-in SQLite to the latest 3.38.0 beta. (tags: trunk)
|
Posted
about 3 years
ago
by
drh
Return a 404-Not Found error on any attempt to access a "draft" skin that
is not defined. (tags: trunk)
|
Posted
about 3 years
ago
by
george
FIXME-comments in the code did not indicate issues and are now rephrased to
be mere reminders. (tags: base-href-fix)
|