Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. ```fix
  2. #-------------------------------------> Comandos Canal Discord JRGEQ <-------------------------------------#
  3. ```
  4. __***Comandos redes sociales:***__
  5.  
  6. ```
  7. italics = *italics*
  8. bold = **bold**
  9. bold italics = ***bold italics***
  10. strikeout = ~~strikeout~~
  11. underline = __underline__
  12. underline italics = __*underline italics*__
  13. underline bold = __**underline bold**__
  14. underline bold italics = __***underline bold italics***__
  15. code block = ``text here`` (3 backticks --> alt + 7 for me)
  16. ```
  17.  
  18. ___***code block formating:***___
  19.  
  20. ```md
  21.  
  22. (3 backticks)markdown
  23. or just:
  24. (3 backticks)md
  25.  
  26. #lines starting with # are blue(?),
  27. [murky blue][red?] --------------------> anywhere in the code block
  28. [murky blue](red?) --------------------> anywhere in the code block
  29. <first_word_blue and the rest orange> -> anywhere in the code block
  30. (3 backticks)
  31. ```
  32.  
  33. ```diff
  34. (3 backticks)diff uses the first character on a line for color:
  35.  
  36. + for green,
  37. - for red, + me cago en tu puta madereere
  38. --- for grey
  39. ! for green(? should be orange)
  40. (3 backticks)
  41. ```
  42.  
  43. ```css
  44.  
  45. (3 backticks)css makes almost everything green,
  46. numbers are white (0123456789),
  47. has some weird cases around some specific characters like colons and quotes
  48. (3 backticks)
  49. ```
  50.  
  51. ```fix
  52.  
  53. (3 backticks)fix makes pretty much everything orange
  54. (3 backticks)
  55. ```
  56.  
  57. ```xl
  58.  
  59. (3 backticks)xl is weird and has some random shit i didnt figure out yet:
  60. numbers 012345678910 and "quotes" are blue
  61. the words and,color are always red
  62. the word is is always green
  63. // = grey line
  64. (3 backticks)
  65. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement