This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
HTML fragment #1494
Open
Description
Does haddock accept HTML fragments?
In the numhask haddock, I have an svg image in the docs, and haddock renders:

as
<img src="docs/other/nh.svg" title="nh">
The image would be clickable and link to the codebase if I could say:
<object data="docs/other/nh.svg" type="image/svg+xml"></object>
If this is not possible at the moment, would it be difficult to develop a solution?