Advertisement
Guest User

Discord text from video

a guest
Mar 1st, 2019
24,428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. *Sure... I definitely believe you*
  2.  
  3. _Other italic text here_
  4.  
  5. **This is a bold statement to make**
  6.  
  7. _**Italic and bold text**_
  8.  
  9. The answer is ~~seven~~ nine
  10.  
  11. __Book Title Here__
  12.  
  13. __***Underlined, bold, and italic text***__
  14.  
  15. ~~__***Underlined, bold, italicized, strikethrough text***__~~
  16.  
  17. `One line code block`
  18.  
  19. `
  20. Example multiline block
  21. here's another line!
  22. `
  23.  
  24. ```css
  25. color: green;
  26. ```
  27.  
  28. ```js
  29. let exampleVariable = prompt("What should it equal?");
  30. console.log(exampleVariable);
  31. ```
  32.  
  33. ```html
  34. <p>Test</p>
  35. ```
  36.  
  37. ```markdown
  38. [Click here](http://patreon.com/wavejump)
  39. ```
  40.  
  41. ```diff
  42. + This line is green
  43. - This line is actually red!
  44. + This line is green
  45. + This line is green
  46. + This line is green
  47. + This line is green
  48. + This line is green
  49. ```
  50. ­
  51. Invisible character -> num lock off, alt + 0173
  52.  
  53. ** **
  54.  
  55. This is an important PSA: ||I wouldn't mind if you supported me on Patreon at patreon.com/wavejump!||
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement