Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Add a linkAndInlineCodeAsHTML option for always outputing links as HTML <a> tags and code as HTML <code> tags. #37

Merged
merged 1 commit into from
Jan 12, 2021

Conversation

brycelelbach
Copy link
Contributor

This solves problems that occur when you have links inside of <computeroutput> in your Doxygen XML, e.g. <computeroutput><ref>...</ref></computeroutput>, which gets translated into [...](), which means the link won't work.

…ML <a>

tags and code as HTML <code> tags. This solves problems that occur when
you have links inside of <computeroutput> in your Doxygen XML, e.g.
<computeroutput><ref>...</ref></computeroutput>, which gets translated into
`[...]()`, which means the link won't work.
@matusnovak matusnovak merged commit f685df8 into matusnovak:master Jan 12, 2021
@brycelelbach brycelelbach deleted the linkAndInlineCodeAsHTML branch February 15, 2021 19:42
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants