Advertisement
samicrusader

Untitled

Sep 5th, 2024
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. @xjr9000 @billy.sb @im_just_alex (regarding #tutorials-wip)
  2. Discord has support for bulletpoints and ordered lists since adding support for ~~Markdown~~ Commonmark features a couple of months ago
  3.  
  4. ## How to make your tutorials pop!
  5.  
  6. Note that your tutorials and other informational stuff will look much cooler*.
  7.  
  8. 1. Remove the \`\`\` codeblock markers from the beginning
  9. 2. Have your steps be in the format of "`1. `", "`2. `"
  10. 3. Hit enter on your keyboard
  11.  
  12. Your text will now look 100% more legit! Some other things you can do to spice up your tutorials:
  13. - Add some "- " and you can use bulletpoints if you're just listing stuff off.
  14. - Text from a program or command line can be written with single backticks (\`) to put them in monospace font without the bulk of the actual codeblock\*\*!
  15. - Example: In the menu bar, go to `Tools` > `Preferences`. Select `Network` from the list on the left and untick `Limit local port range`.
  16. - Alternatively you could either replace this with regular quotation marks or use both! (e.g. "`Limit local port range`")
  17. - If you exceed the character limit (even with a Nitro sub), fragment your messages between the left-most bulletpoint.
  18. - You two can also use that dreaded feature that Discord put in where you can [customize link text](<https://www.reddit.com/r/discordapp/comments/1avntuk/scam_issue_and_links_being_hidden_in_other_links/>).
  19. - Also note that you can wrap links inbetween these \<brackets\> to stop them from automatically embedding within Discord. Useful since you cannot do inline images yet.
  20.  
  21. -# \* Depends on the person.
  22. -# \*\* Actual codeblocks will not work with this because Commonmark formatting still sucks even despite actually improving Markdown.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement