mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 15:07:17 +02:00
fix(mdx-loader): allow image paths to be URL encoded (#6792)
This commit is contained in:
parent
1ac41132e3
commit
8a24d56783
10 changed files with 18 additions and 2 deletions
|
@ -10,6 +10,8 @@ import docusaurusImport from '@site/static/img/docusaurus.png';
|
|||
|
||||
export const docusaurusRequire = require('@site/static/img/docusaurus.png');
|
||||
|
||||

|
||||
|
||||
## Regular images
|
||||
|
||||
<img src={docusaurusImport} />
|
||||
|
|
BIN
website/_dogfooding/_docs tests/tests/img/oss_logo (2).png
Normal file
BIN
website/_dogfooding/_docs tests/tests/img/oss_logo (2).png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue