◊(Local Yarn Code "View Ticket")

2019-04-12
03:02 Closed ticket [d836105a]: Hyperlinks within footnotes are not decoded plus 4 other changes artifact: 7f8cf53c user: joel
03:00
Process footnote blocks in the same way as the rest of the document. Fixes [d836105a] check-in: e780afcd user: joel tags: trunk
2019-02-16
17:15 Ticket [d836105a] Hyperlinks within footnotes are not decoded status still Open with 4 other changes artifact: 65bd20f7 user: joel
17:15 New ticket [d836105a]. artifact: 399b9dba user: joel

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:

Seems that ◊link tags inside of ◊fndef tags are not being decoded; in the HTML output they remain as intermediary ◊link& forms.

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


joel added on 2019-04-12 03:02:20:

Fixed in [e780afcd]. No need for unit tests 😛