Login

Fancade Wiki

update for discord-exclusive text

... ...
@@ -1,4 +1,4 @@
1
The Wiki supports the same formatting syntax as Discord, which is called "[[Markdown|https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet]]". So 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-]].
1
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-]].
2 2
3 3
Besides, there are such Wiki-exclusive formatting features as unordered lists, links and images in text.
4 4
... ...
@@ -11,9 +11,4 @@ To insert a link, you can:
11 11
* wrap page name in parentheses and set displayed text in square brackets before: [[Plus|Add]] `[[Plus|Add]]`
12 12
* do the same but put any URL instead of a page name: [[Fancade|http://fancade.com/]] `[[Fancade|http://www.fancade.com/]] `
13 13
14
To insert an image, you can:
15
16
* Attach an image or a video to a message you're about to tag. The media will appear in the bottom of a page. The same works if you use `.tag edit` command (but keep in mind it'll overwrite old attachments)
17
* Use `.tag attachment add` command
18
* Wrap image URL in `!` to insert it directly in the text
19
* Add additional exclamation mark before the first one if you don't want the image to appear when calling `.wiki`
... ...
\ No newline at end of file
0
To insert an image, you can wrap the image URL in `!` to insert it directly in the text.
... ...
\ No newline at end of file
Fancade Wiki