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

@ -181,6 +181,3 @@ html[data-theme='dark'] img[src$='#gh-light-mode-only'] {
.test-marker-site-custom-css-unique-rule {
content: 'site-custom-css-unique-rule';
}
.test-marker-site-custom-css-shared-rule {
max-width: 100%;
}