David Mehren c32b1cf42b
Don't store mermaid diagrams in innerHTML
Using jQuery's `.html()` method stores the given string as `innerHTML`, which enables injection of arbitrary DOM elements.
Using `.text()` instead mitigates this issue.

Signed-off-by: David Mehren <git@herrmehren.de>
2020-12-27 10:14:27 +01:00
..
2020-11-14 21:18:36 +01:00
2020-11-15 20:12:39 +01:00
2016-11-14 16:45:57 +08:00
2019-05-12 20:15:46 +02:00
2020-11-17 11:13:58 +01:00