Skip to content
Snippets Groups Projects
Commit c3f02479 authored by Noah's avatar Noah
Browse files

Testing `%20` repairing for links.

parent afff8750
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,9 @@ The [.gitignore](.gitignore) file needs to contain the subfolder .obsidian in or
- This is a test link to a file with obsidian-style linking: [[obsidian file]]
- git style link to the same file: [obsidian file](obsidian%20file.md)
- This is a test link to a file in a subfolder called Topic A: [link](Topic A/newfile.md)
- GitLab actually recognises this link correctly, however Obsidian terminates after the first space character
- here is the test again without the space in the subfolder: [link](TopicA/newfile.md)
- here is the test again with a repaired space in the subfolder: [link](Topic%20A/newfile.md)
This content is created to test/showcase the behaviour and rendering in GitLab online.
......
This file was finally created by Obsidian in the subfolder after the MdLink was repaired with a `%20` as space.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment