Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete Entry for 'Box With Spaces' #96

Open
DRx3D opened this issue Jan 5, 2024 · 1 comment
Open

Incomplete Entry for 'Box With Spaces' #96

DRx3D opened this issue Jan 5, 2024 · 1 comment

Comments

@DRx3D
Copy link
Contributor

DRx3D commented Jan 5, 2024

'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.

@emackey
Copy link
Member

emackey commented May 11, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants