Skip to content

Allow including SVG in MarkupContent

Warren Gifford requested to merge svg-markdown into master

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)

Merge request reports

Loading