mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-09 10:06:34 +02:00
Added examples for internal links
This commit is contained in:
@@ -2,3 +2,7 @@ Cheat sheets
|
||||
============
|
||||
|
||||
If you add an `index.md` into a directory, it will become a part of the breadcrumbs.
|
||||
|
||||
Use it as overview for subpages of that directory:
|
||||
|
||||
- [Markdown cheat sheet](cheat-sheets/Markdown_cheat_sheet.md) - shows the markdown syntax.
|
||||
|
@@ -1,5 +1,10 @@
|
||||
Example Wiki
|
||||
============
|
||||
|
||||
Place the content of you *slim wiki* into this directory. Write it using
|
||||
Place the content of your *slim wiki* into this directory. Write it using
|
||||
[GitHub flavored](https://help.github.com/articles/github-flavored-markdown) [Markdown](https://daringfireball.net/projects/markdown/).
|
||||
|
||||
Use the main page as overview and add links to subpages:
|
||||
|
||||
- [Cheat Sheets](cheat-sheets) - You can add links to directories having a `index.md`.
|
||||
- [Markdown cheat sheet](cheat-sheets/Markdown_cheat_sheet.md) - Or add direct a link to a markdown file.
|
||||
|
Reference in New Issue
Block a user