32
I Use This!
High Activity

News

Analyzed about 18 hours ago. based on code collected 1 day ago.
Posted about 2 years ago by george
An attempt to fix a "double free crash" from the previous check-in. (tags: markdown-footnotes)
Posted about 2 years ago by george
If several footnotes are defined with the same label then join them into a single footnote. Text from each definition becomes an item in the list. This solution makes such situations noticable for the usual case (when this is an oversight) but also ... [More] not obtrusive for the rare cases (when this is intentional). The list is provided with a special class to enable styling via skin customization.This check-in is known to cause crash, see the forthcoming check-in. (tags: markdown-footnotes) [Less]
Posted about 2 years ago by george
Add const qualifier to the arguments of the blob_compare() function. (tags: markdown-footnotes)
Posted about 2 years ago by george
Handle misreferences more thoroughly. Implement support of footnotes-within-footnotes with (hopefully) proper crosslinking (that's where it's getting tricky). (tags: markdown-footnotes)
Posted about 2 years ago by drh
Update the built-in SQLite to the latest 3.38.0 beta. (tags: trunk)
Posted about 2 years ago by george
Handle misreferences: a reference to undefined footnote. (tags: markdown-footnotes)
Posted about 2 years ago by george
Minor code refactoring. (tags: markdown-footnotes)
Posted about 2 years ago by george
Automatically render a horizontal rule before the list of footnotes. If desired a particular skin can hide it using CSS selector "hr.footnotes-separator". (tags: markdown-footnotes)
Posted about 2 years ago by george
Add file [/doc/markdown-footnotes/test/markdown-test3.md|test/markdown-test3.md] that is suggested as an accumulator of footnotes-specific test cases. (tags: markdown-footnotes)
Posted about 2 years ago by george
Edit [fb999972e441766b|fb999972]: Edit check-in comment.