mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
fix(mdx-loader): fix md image paths with spaces bug related to transformImage encoding problem (#10723)
This commit is contained in:
parent
ffdd415129
commit
fb7ad2c1bb
7 changed files with 37 additions and 6 deletions
BIN
website/_dogfooding/_asset-tests/image with spaces.png
Normal file
BIN
website/_dogfooding/_asset-tests/image with spaces.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
|
@ -206,7 +206,7 @@ Code tag + double pipe: <code>||</code>
|
|||
|
||||
Code tag + double pipe: <code>||</code>
|
||||
|
||||
## Images edge cases
|
||||
## Images
|
||||
|
||||

|
||||
|
||||
|
@ -214,6 +214,10 @@ Code tag + double pipe: <code>||</code>
|
|||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Details
|
||||
|
||||
<details>
|
||||
|
@ -359,10 +363,14 @@ See [#3337](https://github.com/facebook/docusaurus/issues/3337)
|
|||
|
||||
- [/someFile.xyz](/someFile.xyz)
|
||||
|
||||
- [/image with space.png](</image with spaces.png>)
|
||||
|
||||
- [@site/\_dogfooding/\_asset-tests/someFile.pdf](@site/_dogfooding/_asset-tests/someFile.pdf)
|
||||
|
||||
- [@site/\_dogfooding/\_asset-tests/someFile.xyz](@site/_dogfooding/_asset-tests/someFile.xyz)
|
||||
|
||||
- [@site/\_dogfooding/\_asset-tests/image with space.png](<@site/_dogfooding/_asset-tests/image with spaces.png>)
|
||||
|
||||
### Linking to non-SPA page hosted within website
|
||||
|
||||
See [#3309](https://github.com/facebook/docusaurus/issues/3309)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue