mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
feat(mdx-loader): read image dimensions when processing Markdown (#6339)
This commit is contained in:
parent
6f892e20b0
commit
e5801e49f6
8 changed files with 32 additions and 10 deletions
|
@ -9,3 +9,7 @@ ul.contains-task-list {
|
|||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue