code-surfer icon indicating copy to clipboard operation
code-surfer copied to clipboard

Is there a way to have markup in title and subtitle?

Open vlsi opened this issue 5 years ago • 0 comments

Use case: I want to add a link to a title, however, CodeSurfer 3.1.0 seems to escape HTML automatically :-(

Sample:

<CodeSurfer>
...

``diff title="See <a href="https://example.com">example</a>"
``

vlsi avatar Jun 25 '20 19:06 vlsi