Updated Wiki.md (markdown)
commited
commit
f84026a585790f8af66fc5092a2d8f9c51a0c8bb
... | ... | @@ -68,7 +68,7 @@ To insert a link, you can: |
68 | 68 | | Wrap URL in square brackets | `[[http://fancade.com/]]` | [[http://fancade.com/]] |
69 | 69 | | Wrap URL in square brackets and set displayed text | `[[Fancade|http://fancade.com/]]` | [[Fancade|http://fancade.com/]] |
70 | 70 | |
71 | If your page is inside of a folder, the link's destination will also be inside of it. This can cause problems if, say, you want to link from `Build/How do I add numbers?` to `Blocks/Add Number`. You can avoid this by putting a slash at the stsrt of the target page name, e.g. `[[/Blocks/Add Number]]`. |
|
71 | If your page is inside of a folder, the link's destination will also be inside of it. This can cause problems if, say, you want to link from `Script/How do I add numbers?` to `Blocks/Add Number`. You can avoid this by putting a slash at the stsrt of the target page name, e.g. `[[/Blocks/Add Number]]`. |
|
72 | 72 | |
73 | 73 | #### Make list |
74 | 74 |