Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ```INI
- [Basic Text Formatting]
- ```
- ``*italics*`` = *italics*
- ``**bold**`` = **bold**
- ``***bold italics***`` = ***bold italics***
- ``~~strikethrough~~`` = ~~strikethrough~~
- ``__underline__`` = __underline__
- ``__*underline italics*__`` = __*underline italics*__
- ``__**underline bold**__`` = __**underline bold**__
- ``__***underline bold italics***__`` = __***underline bold italics***__
- Use \ to escape special sequences
- ```INI
- [Attaching & Embedding]
- ```
- To Attach files: Paste them directly to discord, drag and drop them, or click upload arrow and choose file
- Link Embedding is done automatically when you paste a valid embeddable URL
- Use < > around a link to stop it from embedding
- ``<https://www.youtube.com/watch?v=FM7MFYoylVs>`` = <https://www.youtube.com/watch?v=FM7MFYoylVs>
- Attaching and Embedding permissions are controlled by server owner/admins.
- ```INI
- [Code Blocks]
- ```
- \``inline code block\``
- ``inline code block``
- \```
- multiline
- code
- block
- \```
- ```
- multiline
- code
- block
- ```
- \```HTML
- HTML syntax highlighted code block (replace HTML with another language name for other syntax highlighting)
- <html>
- </html>
- \```
- ```HTML
- HTML syntax highlighted code block (replace HTML with another language name for other syntax highlighting)
- <html>
- </html>
- ```
- Link to copy this post: <https://pastebin.com/2SGvTYvN>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement