Merge pull request #16836 from kuangp/feat/cli/md

feat(cli): support import of .md files
This commit is contained in:
Patrik Oldsberg
2023-03-21 16:45:49 +01:00
committed by GitHub
4 changed files with 12 additions and 0 deletions
+1
View File
@@ -505,6 +505,7 @@ of all supported file extensions:
| `.jpg` | URL Path | Image |
| `.png` | URL Path | Image |
| `.svg` | URL Path | Image |
| `.md` | URL Path | Markdown File |
| `.icon.svg` | React Component | SVG converted into a [MUI SvgIcon](https://mui.com/components/icons/#svgicon) |
## Jest Configuration