Updated Wiki.md (markdown)
commited
commit
87e6d326a46b04aeded4351b1a417e6cd5edfa55
... | ... | @@ -14,4 +14,21 @@ If you are writing it in a different section (e.g. Build) write `<section>/\<tit |
14 | 14 | |
15 | 15 | Now you can write a Wiki page! After you have written it all, click "Preview" to make sure everything looks correct. |
16 | 16 | |
17 | Check the [[wiki formatting|Wiki formatting]] for all the syntax tools. |
|
... | ... | \ No newline at end of file |
0 | Check the [[wiki formatting|Wiki formatting]] for all the syntax tools. |
|
1 | ||
2 | # Wiki formatting |
|
3 | ||
4 | The Wiki supports the formatting syntax called "[[Markdown|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]". You can easily make *italic*, **bold**, __underlined__ or ~~strikethrough~~ text. To learn how, read [[this|https://support.discordapp.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-]]. |
|
5 | ||
6 | Besides, there are such Wiki-exclusive formatting features as unordered lists, links and images in text. |
|
7 | ||
8 | To insert a list element, put `*`, `+` or `-` at the beginning of a line. Note that there must be one blank line before the first element. |
|
9 | ||
10 | To insert a link, you can: |
|
11 | ||
12 | * wrap page name in square brackets: [[Add]] `[[Add]]` |
|
13 | * do the same but put a suffix if needed: [[Vector]]s `[[Vector]]s` |
|
14 | * wrap page name in parentheses and set displayed text in square brackets before: [[Plus|Add]] `[[Plus|Add]]` |
|
15 | * do the same but put any URL instead of a page name: [[Fancade|http://fancade.com/]] `[[Fancade|http://www.fancade.com/]] ` |
|
16 | ||
17 | To insert an image, you can wrap the image URL in `!` to insert it directly in the text. |
|
... | ... | \ No newline at end of file |