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

Feature Request: Optimization for links with custom display texts #16

Open
Astro-Aionia opened this issue Apr 29, 2023 · 0 comments
Open

Comments

@Astro-Aionia
Copy link

A custom display text is always used to replace the real file name of a wiki style link:

[[Internal links.md|custom display text]]

When it was converted to standard md link format, it would become:

[Internal links.md|custom display text](Internal links.md%7Ccustom%20display%20text.md)

That means, all texts in the double square bracket was converted to file link. But in fact, there is not a file named Internal links.md%7Ccustom%20display%20text.md. That means this link can not work after converted.

It is better if the standard md link format is created as:

[custom display text](Internal links.md)

All text behind | are placed in the square bracket and All text after | are placed in the round bracket .

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

No branches or pull requests

1 participant