-
-
Save Choco02/064fb94ba68d23f4c86f8a5446cd53f3 to your computer and use it in GitHub Desktop.
Revisions
-
matthewzring revised this gist
Sep 30, 2019 . 1 changed file with 12 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,9 +20,19 @@ __Underline__ \_\_underline__ ~~Strikethrough~~ \~\~Strikethrough~~ Don't want to use markdown? You can slap a backslash in front of your statement, or put your message in a code block, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores. ## Block Quotes The syntax to use Block Quotes is > or >>> followed by a space. **\>** at the beginning of a line of text, creates a single-line block quote.  **\>\>\>** at the beginning of a line of text, creates a multi-line block quote. All text from `>>>` until the end of the message will be included in the quote.  ## Code Blocks -
matthewzring revised this gist
Aug 15, 2019 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,6 +20,8 @@ __Underline__ \_\_underline__ ~~Strikethrough~~ \~\~Strikethrough~~ > Quotes \> Quotes Don't want to use markdown? You can slap a backslash in front of your statement, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores. ## Code Blocks -
matthewzring revised this gist
Aug 7, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -42,7 +42,7 @@ There are many different languages in place of Markdown that Discord's syntax hi asciidoc  autohotkey -
matthewzring revised this gist
Aug 7, 2018 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,8 +22,6 @@ __Underline__ \_\_underline__ Don't want to use markdown? You can slap a backslash in front of your statement, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores. ## Code Blocks Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (\`) @@ -127,4 +125,4 @@ And you get the idea! Now you're a **Discord text markdown expert**. Get out the A special thanks to Frosty#9449 for their help in making this guide. If you have any questions or want to get in contact with me, you can add **Matthew#2334** on Discord or join [my support server](https://discord.gg/vW49jAR). -
matthewzring revised this gist
Aug 7, 2018 . 1 changed file with 26 additions and 30 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,99 +28,95 @@ Tip: If you have the permission, Discord automatically embeds links you post. If Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (\`)  You can also use three backticks (\`\`\`) to create multiline code blocks, like this beautifully written haiku.  ## Syntax Highlighting If you really want to spruce up your code blocks, you can denote a specific language for **syntax highlighting**, by typing the name of the language you want the code block to expect right after the first three backticks beginning your code block. An example...  There are many different languages in place of Markdown that Discord's syntax highlighting support. Each different language has its own approach to highlight-able syntax. For a full list: https://highlightjs.org/static/demo/. Note that you won't be able to view syntax highlighting on the mobile app. asciidoc  autohotkey  bash  coffeescript  cpp (C++)  cs (C#)  css  diff  fix  glsl  ini  json  md (markdown)  ml  prolog  py  tex  xl  xml  And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements! -
matthewzring revised this gist
Apr 13, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -129,6 +129,6 @@ And you get the idea! Now you're a **Discord text markdown expert**. Get out the [Hammer and Chisel](https://support.discordapp.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-) [Discord Highlight.js](https://discord.gg/SkZTwPk) A special thanks to Frosty#9449 for their help in making this guide. If you have questions or want to get in contact with me, you can add **Matthew#2334** on Discord or join [my support server](https://discord.gg/vW49jAR). -
matthewzring revised this gist
Feb 9, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -126,9 +126,9 @@ And you get the idea! Now you're a **Discord text markdown expert**. Get out the ## Acknowledgements [Hammer and Chisel](https://support.discordapp.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline-) [Discord Highlight.js](https://discord.gg/SkZTwPk) A special thanks to Frosty#2790 for their help in making this guide. Want to get in contact with me? You can add **Matthew#2334** on Discord or join [my Discord server](https://discord.gg/vW49jAR). -
matthewzring revised this gist
Feb 9, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -126,7 +126,7 @@ And you get the idea! Now you're a **Discord text markdown expert**. Get out the ## Acknowledgements [Hammer and Chisel](https://bit.ly/1Ls2j6g) [Discord Highlight.js](https://discord.gg/SkZTwPk) A special thanks to Frosty#2790 for their help in making this guide. -
matthewzring revised this gist
Feb 9, 2018 . 1 changed file with 14 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Want to inject some flavor into your everyday text chat? You're in luck! Discord ## Sweet Styles *Italics* \*italics* **or** \_italics\_ __*Underline italics*__ \__\*underline italics*__ @@ -22,15 +22,15 @@ __Underline__ \_\_underline__ Don't want to use markdown? You can slap a backslash in front of your statement, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores. Tip: If you have the permission, Discord automatically embeds links you post. If you want to cancel an embed for one specific link, you can wrap the link in '< >' tags. ## Code Blocks Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (\`)  You can also use three backticks (\`\`\`) to create multiline code blocks, like this beautifully written haiku.  @@ -122,4 +122,13 @@ xml  And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements! ## Acknowledgements [Hammer and Chisel](https://bit.ly/1Ls2j6g) [Discord Highlight.js](https://discord.gg/SkZTwPk) A special thanks to Frosty#2790 for their help in making this guide. Want to get in contact with me? You can add **Matthew#2334** on discord or join [my discord server](https://discord.gg/vW49jAR). -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -22,6 +22,8 @@ __Underline__ \_\_underline__ Don't want to use markdown? You can slap a backslash in front of your statement, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores. Pro Tip: If you have the permission, Discord automatically embeds images or videos you post. If you want to cancel an embed for one specific link, you can wrap the link in '< >' tags. ## Code Blocks Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (`) -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -38,7 +38,7 @@ If you really want to spruce up your code blocks, you can denote a specific lang  There are many different languages in place of Markdown that Discord's syntax highlighting support. Each different language has its own approach to highlight-able syntax. For a full list: https://highlightjs.org/static/demo/ asciidoc -
matthewzring revised this gist
Dec 11, 2017 . No changes.There are no files selected for viewing
-
matthewzring revised this gist
Dec 11, 2017 . No changes.There are no files selected for viewing
-
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -120,6 +120,4 @@ xml  And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements! -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ __**Underline bold**__ \__\*\*underline bold**__ ***Bold Italics*** \*\*\*bold italics*** __***underline bold italics***__ \__\*\*\*underline bold italics***__ __Underline__ \_\_underline__ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,7 +14,7 @@ __**Underline bold**__ \__\*\*underline bold**__ ***Bold Italics*** \*\*\*bold italics*** __***underline bold italics__*** \__\*\*\*underline bold italics***__ __Underline__ \_\_underline__ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,7 @@ __*Underline italics*__ \__\*underline italics*__ **Bold** \*\*bold** __**Underline bold**__ \__\*\*underline bold**__ ***Bold Italics*** \*\*\*bold italics*** -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Want to inject some flavor into your everyday text chat? You're in luck! Discord *Italics* \*italics* __*Underline italics*__ \__\*underline italics*__ **Bold** \*\*bold** @@ -16,7 +16,7 @@ __**Underline bold**__ \__\**underline bold**__ __***underline bold italics__*** \__*\**underline bold italics***__ __Underline__ \_\_underline__ ~~Strikethrough~~ \~\~Strikethrough~~ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ __**Underline bold**__ \__\**underline bold**__ __***underline bold italics__*** \__*\**underline bold italics***__ Underline \_\_underline__ ~~Strikethrough~~ \~\~Strikethrough~~ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ __**Underline bold**__ \__\**underline bold**__ __***underline bold italics__*** \__*\**underline bold italics***__ __Underline__ \_\_underline__ ~~Strikethrough~~ \~\~Strikethrough~~ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ __*Underline italics*__ \__*underline italics*__ __**Underline bold**__ \__\**underline bold**__ ***Bold Italics*** \*\*\*bold italics*** __***underline bold italics__*** \__*\**underline bold italics***__ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ __*Underline italics*__ \__*underline italics*__ __**Underline bold**__ \__\**underline bold**__ ***Bold Italics*** \*\**bold italics*** __***underline bold italics__*** \__*\**underline bold italics***__ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,7 +12,7 @@ __*Underline italics*__ \__*underline italics*__ __**Underline bold**__ \__\**underline bold**__ ***Bold Italics*** \*\*\*bold italics*** __***underline bold italics__*** \__*\**underline bold italics***__ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Want to inject some flavor into your everyday text chat? You're in luck! Discord __*Underline italics*__ \__*underline italics*__ **Bold** \*\*bold** __**Underline bold**__ \__\**underline bold**__ -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Want to inject some flavor into your everyday text chat? You're in luck! Discord *Italics* \*italics* __*Underline italics*__ \__*underline italics*__ **Bold** \**bold** -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -122,4 +122,4 @@ xml And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements! Resources taken from Hammer and Chisel (https://bit.ly/1Ls2j6g) and Discord Highlight.js (https://discord.gg/SkZTwPk). Special thanks to Frosty#2790 for his help in making this guide. -
matthewzring revised this gist
Dec 11, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -122,4 +122,4 @@ xml And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements! Resources taken from Hammer and Chisel (bit.ly/1Ls2j6g) and Discord Highlight.js (discord.gg/SkZTwPk). Special thanks to Frosty#2790 for his help in making this guide. -
matthewzring revised this gist
Nov 26, 2017 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -120,4 +120,6 @@ xml  And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements! Resources taken from Hammer and Chisel (http://bit.ly/1Ls2j6g) and Discord Highlight.js (https://discord.gg/SkZTwPk). Special thanks to Frosty#2790 for his help in making this guide. -
matthewzring revised this gist
Nov 1, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,17 +26,17 @@ Don't want to use markdown? You can slap a backslash in front of your statement, Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (`)  You can also use three backticks (```) to create multiline code blocks, like this beautifully written haiku.  ## Syntax Highlighting If you really want to spruce up your code blocks, you can denote a specific language for **syntax highlighting**, by typing the name of the language you want the code block to expect right after the first three backticks beginning your code block. An example...  There are many different languages in place of Markdown that Discord's syntax highlighting support. Each different language has its own approach to highlight-able syntax. In Markdown, you can see that here: -
matthewzring revised this gist
Nov 1, 2017 . 1 changed file with 23 additions and 23 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,98 +26,98 @@ Don't want to use markdown? You can slap a backslash in front of your statement, Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (`)  You can also use three backticks (```) to create multiline code blocks, like this beautifully written haiku.  ## Syntax Highlighting If you really want to spruce up your code blocks, you can denote a specific language for **syntax highlighting**, by typing the name of the language you want the code block to expect right after the first three backticks beginning your code block. An example...  There are many different languages in place of Markdown that Discord's syntax highlighting support. Each different language has its own approach to highlight-able syntax. In Markdown, you can see that here: asciidoc  autohotkey  bash  coffeescript  cpp  cs  css  diff  fix  glsl  html  ini  json  md  ml  prolog  py  tex  xl  xml  And you get the idea! Now you're a **Discord text markdown expert**. Get out there and highlight your statements!
NewerOlder