-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix #23 - Switch link back slash to forward slash #28
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me.
Would a similar change fix infotexture/dita-bootstrap#141?
Squashing to omit reverted commits. |
I believe so. @lakokkonen has supplied the basis for a fix already, just need to apply it:
|
Yep, saw that there. The solution here looks simpler though. |
* release/5.3.4: (21 commits) Bump plug-in version attribute to 5.3.4 Bump prettier from 3.1.1 to 3.2.5 (#42) Migrate Husky to v9 Bump husky from 8.0.3 to 9.0.10 (#41) Use depend.preprocess.post endpoint (#40) Bump lint-staged from 15.2.0 to 15.2.1 (#37) Convert Prettier runtime config to YAML Bump prettier from 3.1.0 to 3.1.1 (#36) Preserve unstaged changes with the --no-stash flag Bump lint-staged from 15.0.2 to 15.2.0 (#35) Bump prettier from 3.0.3 to 3.1.0 (#33) Fix close button (#31) Reverse backslashes for Windows Filepath (#30) Add Greek language (#29) Fix #23 - Switch link backslash to forward slash (#28) Bump @prettier/plugin-xml from 3.2.1 to 3.2.2 (#27) Bump lint-staged from 14.0.1 to 15.0.2 (#26) Bump lunr-languages from 1.13.0 to 1.14.0 (#25) Bump actions/setup-node from 3 to 4 (#24) Bump actions/checkout from 3 to 4 (#22) ...
Fixes #23, which an issue when:
slashes in
link
andl
are interpreted as escape characters.