Skip to content

Commit 721f1d0

Browse files
authored
Support .svg upload (github#24459)
1 parent c42823a commit 721f1d0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

content/github/writing-on-github/working-with-advanced-formatting/attaching-files.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ We support these files:
4343
* PNG (*.png*)
4444
* GIF (*.gif*)
4545
* JPEG (*.jpg*)
46+
{%- if svg-support %}
47+
* SVG (*.svg*)
48+
{%- endif %}
4649
* Log files (*.log*)
4750
* Microsoft Word (*.docx*), Powerpoint (*.pptx*), and Excel (*.xlsx*) documents
4851
* Text files (*.txt*)

data/features/svg-support.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Releases issue #1951
2+
# Support upload of SVG files
3+
versions:
4+
fpt: '*'
5+
ghec: '*'

0 commit comments

Comments
 (0)