Posted
about 3 years
ago
by
george
Count overnesting as the fourth type of the footnote-related issues
and report accordingly. (tags: markdown-footnotes)
|
Posted
about 3 years
ago
by
george
Minor refactoring. Move the definition of BLOB_APPEND_LITERAL()
macro from markdown_html.c to blob.c so that
it could be used outside of markdown_html.c.
Also rename it to lowercase for consistency with other API.
Within markdown.c use that newly
|
Posted
about 3 years
ago
by
george
Edit [33a681ebee054f3d|33a681eb]: Edit check-in comment.
|
Posted
about 3 years
ago
by
george
Minor refactoring. Move the definition of BLOB_APPEND_BLOB()
macro from markdown_html.c to blob.c so that
it could be used outside of markdown_html.c.
Also rename it to blob_appendb() for consistency with
blob_appendf() and other API.
Within
|
Posted
about 3 years
ago
by
george
Fix handling of user-provided classes for unreferenced, joined and overnested footnotes.
In all these cases the tokens of user-provided classes are rendered as plain-text
and no special classes are added anywhere. (tags: markdown-footnotes)
|
Posted
about 3 years
ago
by
drh
Improved organization and grouping of the change list for version 2.18. (tags: trunk)
|
Posted
about 3 years
ago
by
drh
Adjustments to the "/md_rules" page, suggested on the SQLite forum:
|
Posted
about 3 years
ago
by
drh
Update the built-in SQLite to version 3.38.0 final. (tags: trunk)
|
Posted
about 3 years
ago
by
drh
:To Do List
|
Posted
about 3 years
ago
by
stephan
docs: a typo fix and an updated date reference. (tags: trunk)
|