32
I Use This!
High Activity

News

Analyzed 1 day ago. based on code collected 1 day ago.
Posted about 2 years ago by george
Count overnesting as the fourth type of the footnote-related issues and report accordingly. (tags: markdown-footnotes)
Posted about 2 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 ... [More] available macro instead of blob_append_string(). Within markdown_html.c use it for footnotes-relevant code. Other invocations of BLOB_APPEND_LITERAL() within markdown_html.c are left intact (they use an alias) in order to simplify the potential merge with the trunk. (tags: markdown-footnotes) [Less]
Posted about 2 years ago by george
Edit [33a681ebee054f3d|33a681eb]: Edit check-in comment.
Posted about 2 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 ... [More] markdown.c use that newly available macro where appropriate. Within markdown_html.c use it for footnotes-relevant code. Other invocations of BLOB_APPEND_BLOB() within markdown_html.c are left intact (they use an alias) in order to simplify the potential merge with the trunk. (tags: markdown-footnotes) [Less]
Posted about 2 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 2 years ago by drh
Improved organization and grouping of the change list for version 2.18. (tags: trunk)
Posted about 2 years ago by drh
Adjustments to the "/md_rules" page, suggested on the SQLite forum:
Posted about 2 years ago by drh
Update the built-in SQLite to version 3.38.0 final. (tags: trunk)
Posted about 2 years ago by drh
:To Do List
Posted about 2 years ago by stephan
docs: a typo fix and an updated date reference. (tags: trunk)