
Markdown quick guide
A QUICK GUIDE TO MARKDOWN
or how to make my text cool and fancy
How do I...
- Put an image in my text?
You either:
- select/drop/paste a file in the "File" section. Then you write
where you want the picture to appear, wherexis the sequence number of the file (for example, i drop file lol, then file kek; if i want the file kek to appear, i write, since its the second file i selected/dropped/pasted).
or
- drag and drop the image in the text area. It will automatically upload and write
for you.
keep in mind, this code was recycled from the one used for linking images or embedding text with hyperlinks. More below.
- Make my words look cool and fancy
You can look at the markdown syntax here and here for more details. I will put some example syntax and what it does.
# TITLE= # TITLE (You can put up to 6 # for smaller headings and it needs to be on a new paragraph)* * bold * *= bold* * * italic bold * * *= italic bold- two backticks around a word =
monospace 1.,2., etc. and-,*, etc are for bullet lists% % glow % %= glow= = highlight = == highlight( ( ( echo ) ) )= (((echo)))>kekis for greent text and<gegis for orange text- || on both sides of the world is for spoiler
- to have a text with an embedded link, you need to write
where [y] is the text and (x) is the link to the site (note: you can hover over such text and the name of the link will appear at the bottom left corner; always check links before clicking)
you can check out the rest here