Merge pull request #29999 from overleaf/mg-svg-suggestion

Add svg package suggestion

GitOrigin-RevId: e2e29736a4aabb0916b619129c4afad4fd4b95b6
This commit is contained in:
Malik Glossop
2025-12-02 12:34:00 +01:00
committed by Copybot
parent 6354310656
commit 127d8273dc

View File

@@ -30,6 +30,7 @@ const commandSuggestions: Suggestion[] = [
['\\texorpdfstring', { name: 'hyperref', command: '\\usepackage{hyperref}' }],
['\\phantomsection', { name: 'hyperref', command: '\\usepackage{hyperref}' }],
['\\arraybackslash', { name: 'array', command: '\\usepackage{array}' }],
['\\includesvg', { name: 'svg', command: '\\usepackage{svg}' }],
]
const environmentSuggestions: Suggestion[] = [