feat(mdx-loader): read image dimensions when processing Markdown (#6339)

This commit is contained in:
Joshua Chen 2022-01-19 19:45:14 +08:00 committed by GitHub
parent 6f892e20b0
commit e5801e49f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 32 additions and 10 deletions

View file

@ -9,3 +9,7 @@ ul.contains-task-list {
padding-left: 0;
list-style: none;
}
img {
height: auto;
}