Advertisement
2sly4you

Discord Text Formatting (Copy and paste to discord)

Jul 6th, 2017
2,424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ```INI
  2. [Basic Text Formatting]
  3. ```
  4. ``*italics*`` = *italics*
  5. ``**bold**`` = **bold**
  6. ``***bold italics***`` = ***bold italics***
  7. ``~~strikethrough~~`` = ~~strikethrough~~
  8. ``__underline__`` = __underline__
  9. ``__*underline italics*__`` = __*underline italics*__
  10. ``__**underline bold**__`` = __**underline bold**__
  11. ``__***underline bold italics***__`` = __***underline bold italics***__
  12.  
  13. Use \ to escape special sequences
  14. ```INI
  15. [Attaching & Embedding]
  16. ```
  17. To Attach files: Paste them directly to discord, drag and drop them, or click upload arrow and choose file
  18.  
  19. Link Embedding is done automatically when you paste a valid embeddable URL
  20. Use < > around a link to stop it from embedding
  21. ``<https://www.youtube.com/watch?v=FM7MFYoylVs>`` = <https://www.youtube.com/watch?v=FM7MFYoylVs>
  22.  
  23. Attaching and Embedding permissions are controlled by server owner/admins.
  24. ```INI
  25. [Code Blocks]
  26. ```
  27. \``inline code block\``
  28. ``inline code block``
  29.  
  30. \```
  31. multiline
  32. code
  33. block
  34. \```
  35. ```
  36. multiline
  37. code
  38. block
  39. ```
  40.  
  41. \```HTML
  42. HTML syntax highlighted code block (replace HTML with another language name for other syntax highlighting)
  43. <html>
  44. </html>
  45. \```
  46. ```HTML
  47. HTML syntax highlighted code block (replace HTML with another language name for other syntax highlighting)
  48. <html>
  49. </html>
  50. ```
  51.  
  52. Link to copy this post: <https://pastebin.com/2SGvTYvN>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement