◊(Local Yarn Code "View Ticket")

Ticket Hash: d836105a3b89423f391ccd43d03b21818ff07d2f
Title: Hyperlinks within footnotes are not decoded
Status: Closed Type: Code Defect
Severity: Important Priority: High
Subsystem: Resolution: Fixed
Last Modified: 2019-04-12 03:02:20
Version Found In:
User Comments:
joel added on 2019-02-16 17:15:26: (text/x-fossil-wiki)
Seems that <code>◊link</code> tags inside of <code>◊fndef</code> tags are not being decoded; in the HTML output they remain as intermediary <code>◊link&</code> forms.

Add unit testing for the fix in <code>tag-html.rkt</code> and in future modules for other output formats.

joel added on 2019-04-12 03:02:20: (text/x-fossil-wiki)
Fixed in [e780afcd]. No need for unit tests 😛