Allow including SVG in MarkupContent
Created by: felixfbecker
This enables code insights with available graphs (e.g. CodeCov).
Any <script>
, onclick
etc will still be sanitized, we are using a whitelist of elements. This may need to be expanded in the future.
This also:
- Makes our markdown follow how GitHub renders markdown files, not markdown comments with regard to line breaks
- Allows HTML titles (tooltips)