Commit 1f9d688f authored by Sean McGivern's avatar Sean McGivern

Merge branch 'render-svg-in-diffs-and-notes' into 'master'

Render SVG images in notes

Closes #24937 

See merge request !7747
parents e384a14c c6acc7ed
# Extra methods for uploader
module UploaderHelper
IMAGE_EXT = %w[png jpg jpeg gif bmp tiff]
IMAGE_EXT = %w[png jpg jpeg gif bmp tiff svg]
# We recommend using the .mp4 format over .mov. Videos in .mov format can
# still be used but you really need to make sure they are served with the
# proper MIME type video/mp4 and not video/quicktime or your videos won't play
......
---
title: Render SVG images in diffs and notes
merge_request: 7747
author: andrebsguedes
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment