Differences From Artifact [f52e58ccd2]:
- File test/markdown-test3.md — part of check-in [d38ec43d00] at 2022-04-21 22:31:19 on branch markdown-footnotes — Add a test case for fragment-bounded footnote that contains markup within the corresponding text fragment. (user: george size: 8035)
To Artifact [579dd8cccf]:
- File
test/markdown-test3.md
— part of check-in
[cab8a586ae]
at
2022-04-22 12:49:06
on branch markdown-footnotes
— Remove redundant
assert()that fails for the case when the content of a span-bounded inline footnote is rendered into a void. This is a corner case that was revealed via fuzzing. (user: george size: 8110) [more...]
| ︙ | |||
41 42 43 44 45 46 47 48 49 50 51 52 53 54 | 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | + + | in the end of the footnotes. Default skin renders label in red font and the main text in gray. Other styling may also apply. Inline footnotes are supported.(^These may be usefull for adding <s>small</s> comments.) This is a corner case that is rendered as [an empty footnote](^ [] ()). If [undefined label is used][^] then red "`misref`" is emited instead of a numeric marker.[^ see it yourself ] This can be overridden by the skin though. The refenrence at the end of this sentence is the sole reason of rendering of <s>`lost1` and</s> [lost2][^]. |
| ︙ |