MakeContributions / markdown-dungeon

This is an example that how to use Markdown creating a dungeon, please give a ⭐
https://markdown-dungeon.netlify.app/
MIT License
322 stars 148 forks source link

Linking #119

Closed codely8 closed 3 years ago

codely8 commented 3 years ago

As i am create a new dungeon, i want to link two .md files, i need help link those two files

ghost commented 3 years ago

Take a look into adding hyperlinks in markdown languages.

Note that you need to use relative URL, so that your dungeon works perfectly across forks and the master branch itself.

Pro Tip:

If you get stuck at some point, please don't create separate issues for that. Kindly comment below the issue you are addressing (in this case, it is #103).

@ming-tsai, if you enable new Discussions feature in GitHub, people can ask these doubts there. Can be enabled by going to Settings > Options > Features > Discussions

codely8 commented 3 years ago

Thanks, Sorry for not knowing this.