You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PHP code needs to be modified to produce %20 for spaces in Markdown link targets, for example:
[Box With Spaces](./Box%20With%20Spaces/)
Note the label text can use real spaces, but the link target cannot contain a space.
It looks like one area of PHP code does contain a string-replace for %20 called $pathSafe or similar, but these safer paths are not used for Markdown link targets.
'Box With Spaces' does not correctly display in the list of assets. It appears to be solely in the process of creating the asset list markdown code.
The text was updated successfully, but these errors were encountered: