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>" `` ```