Last active
May 13, 2025 14:52
-
-
Save Robert-96/048fddefc20e6860aeca6949a2443adf to your computer and use it in GitHub Desktop.
Revisions
-
Robert-96 revised this gist
Dec 13, 2020 . No changes.There are no files selected for viewing
-
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 8 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 @@ -241,6 +241,14 @@ Your Markdown does't have to be pretty. There must be at least 3 dashes separating each header cell. The outer pipes (`|`) are optional, and you don't need to make the table columns line up prettily. ```markdown Less | Pretty | Markdown --- | --- | --- 1 | 2 | 3 *Still* | `renders` | **as expected** 4 | 5 | 6 ``` Less | Pretty | Markdown --- | --- | --- 1 | 2 | 3 -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 10 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 @@ -237,6 +237,16 @@ if (isAwesome) { | git status | git status | git status | | git diff | git diff | git diff | Your Markdown does't have to be pretty. There must be at least 3 dashes separating each header cell. The outer pipes (`|`) are optional, and you don't need to make the table columns line up prettily. Less | Pretty | Markdown --- | --- | --- 1 | 2 | 3 *Still* | `renders` | **as expected** 4 | 5 | 6 ## Blackslash escape Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown’s formating syntax. -
Robert-96 revised this gist
Jul 10, 2020 . 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 @@ -289,10 +289,10 @@ Markdown also supports raw HTML. </dl> ```html <p>Markdown and HTML does *not* work **well**. Use <i>HTML</i> <b>tags</b> instead.</p> ``` <p>Markdown in HTML does *not* work **well**. Use <i>HTML</i> <b>tags</b> instead.</p> ## Emoji -
Robert-96 revised this gist
Jul 10, 2020 . 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 @@ -289,10 +289,10 @@ Markdown also supports raw HTML. </dl> ```html <p>Markdown and HTML do *not* work **very** well together. Use <i>HTML</i> <b>tags</b> instead.</p> ``` <p>Markdown and HTML do *not* work **very** well together. Use <i>HTML</i> <b>tags</b> instead.</p> ## Emoji -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 6 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 @@ -288,6 +288,12 @@ Markdown also supports raw HTML. <dd>This is another definition of the second term.</dd> </dl> ```html <p>Markdown and HTML do *not* work **very** well together. Use <italic>HTML</italic> <strong>tags</strong> instead.</p> ``` <p>Markdown and HTML do *not* work **very** well together. Use <italic>HTML</italic> <strong>tags</strong> instead.</p> ## Emoji ```markdown -
Robert-96 revised this gist
Jul 10, 2020 . 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 @@ -268,6 +268,8 @@ Markdown allows you to use backslash escapes to generate literal characters whic ## Inline HTML Markdown also supports raw HTML. ```html <dl> <dt>First Term</dt> -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 22 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 @@ -266,10 +266,31 @@ Markdown allows you to use backslash escapes to generate literal characters whic - [x] this is a complete item - [ ] this is an incomplete it ## Inline HTML ```html <dl> <dt>First Term</dt> <dd>This is the definition of the first term.</dd> <dt>Second Term</dt> <dd>This is one definition of the second term. </dd> <dd>This is another definition of the second term.</dd> </dl> ``` <dl> <dt>First Term</dt> <dd>This is the definition of the first term.</dd> <dt>Second Term</dt> <dd>This is one definition of the second term. </dd> <dd>This is another definition of the second term.</dd> </dl> ## Emoji ```markdown :+1: :sparkles: :camel: :tada: :rocket: :metal: ``` :+1: :sparkles: :camel: :tada: :rocket: :metal: -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 0 additions and 18 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 @@ -105,24 +105,6 @@ _You **can** combine them_ 1. Item 3a 1. Item 3b ## Images ```markdown -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 18 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 @@ -105,6 +105,24 @@ _You **can** combine them_ 1. Item 3a 1. Item 3b ### Definition Lists ```markdown First Term : This is the definition of the first term. Second Term : This is one definition of the second term. : This is another definition of the second term. ``` First Term : This is the definition of the first term. Second Term : This is one definition of the second term. : This is another definition of the second term. ## Images ```markdown -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 4 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 @@ -1,5 +1,9 @@ # Github Markdown Cheat Sheet > Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. Created by [John Gruber](https://daringfireball.net/projects/markdown/) in 2004, Markdown is now one of the world’s most popular markup languages. > > - https://www.markdownguide.org/getting-started/#whats-markdown ## Headers ```markdown -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 14 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 @@ -151,6 +151,20 @@ Blockquotes can be nested. > >> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. ## Horizontal Rules Horizontal rules can be created using three or more asterisks (\*\*\*), dashes (\-\-\-), or underscores (\_\_\_) on a line by themselves. ```markdown *** ---- ______ ``` *** ---- ______ ## Inline code ```markdown -
Robert-96 revised this gist
Jul 10, 2020 . 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 @@ -139,6 +139,8 @@ As Kanye West said: > We're living the future so > the present is our past. Blockquotes can be nested. ```markdown > Dorothy followed her through many of the beautiful rooms in her castle. > -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 10 additions and 4 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 @@ -37,8 +37,6 @@ _This will also be italic_ **This text will be bold** __This will also be bold__ ~~This text will be crossed out (strikethrough)~~ _You **can** combine them_ @@ -52,8 +50,6 @@ _This will also be italic_ **This text will be bold** __This will also be bold__ ~~This text will be crossed out (strikethrough)~~ _You **can** combine them_ @@ -143,6 +139,16 @@ As Kanye West said: > We're living the future so > the present is our past. ```markdown > Dorothy followed her through many of the beautiful rooms in her castle. > >> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. ``` > Dorothy followed her through many of the beautiful rooms in her castle. > >> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood. ## Inline code ```markdown -
Robert-96 revised this gist
Jul 10, 2020 . 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 @@ -37,7 +37,7 @@ _This will also be italic_ **This text will be bold** __This will also be bold__ __This text will be underline__ ~~This text will be crossed out (strikethrough)~~ -
Robert-96 revised this gist
Jul 10, 2020 . 1 changed file with 4 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 @@ -37,6 +37,8 @@ _This will also be italic_ **This text will be bold** __This will also be bold__ __This text will be underline_ ~~This text will be crossed out (strikethrough)~~ _You **can** combine them_ @@ -50,6 +52,8 @@ _This will also be italic_ **This text will be bold** __This will also be bold__ __This text will be underline__ ~~This text will be crossed out (strikethrough)~~ _You **can** combine them_ -
Robert-96 revised this gist
Jul 6, 2020 . 1 changed file with 6 additions and 6 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 @@ -3,17 +3,17 @@ ## Headers ```markdown # This is an <h1> tag ## This is an <h2> tag ### This is an <h3> tag #### This is an <h4> tag ##### This is an <h5> tag ###### This is an <h6> tag ``` # This is an \<h1\> tag -
Robert-96 revised this gist
Jul 6, 2020 . 1 changed file with 6 additions and 6 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 @@ -3,17 +3,17 @@ ## Headers ```markdown # This is an \<h1> tag ## This is an \<h2> tag ### This is an \<h3> tag #### This is an \<h4> tag ##### This is an \<h5> tag ###### This is an \<h6> tag ``` # This is an \<h1\> tag -
Robert-96 revised this gist
Jul 6, 2020 . 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 @@ -233,7 +233,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic - [ ] this is an incomplete it ``` - [x] this is a complete item - [ ] this is an incomplete it ## Emoji -
Robert-96 revised this gist
Jul 6, 2020 . 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 @@ -234,7 +234,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic ``` - [ ] this is a complete item - [ ] this is an incomplete it ## Emoji -
Robert-96 revised this gist
Jul 6, 2020 . 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 @@ -233,7 +233,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic - [ ] this is an incomplete it ``` - [ ] this is a complete item - [x] this is an incomplete it ## Emoji -
Robert-96 revised this gist
Jul 6, 2020 . 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 @@ -234,7 +234,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic ``` - [x] this is a complete item - [x] this is an incomplete it ## Emoji -
Robert-96 revised this gist
Jul 6, 2020 . 1 changed file with 6 additions and 6 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 @@ -151,13 +151,13 @@ I think you should use an `<addr>` element here instead. ### No highlighting ````markdown ``` if (isAwesome){ return true } ``` ```` ``` if (isAwesome) { @@ -167,13 +167,13 @@ if (isAwesome) { ### Highlighting ````markdown ```javascript if (isAwesome){ return true } ``` ```` ```javascript if (isAwesome) { -
Robert-96 revised this gist
Jul 6, 2020 . 1 changed file with 4 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 @@ -40,6 +40,8 @@ __This will also be bold__ ~~This text will be crossed out (strikethrough)~~ _You **can** combine them_ ***All this text is bold and italic*** ``` *This text will be italic* @@ -52,6 +54,8 @@ __This will also be bold__ _You **can** combine them_ ***All this text is bold and italic*** ## Lists ### Unordered -
Robert-96 revised this gist
Jul 4, 2020 . 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 @@ -164,11 +164,11 @@ if (isAwesome) { ### Highlighting ```markdown \`\`\`javascript if (isAwesome){ return true } \`\`\` ``` ```javascript -
Robert-96 revised this gist
Jul 4, 2020 . 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 @@ -164,11 +164,11 @@ if (isAwesome) { ### Highlighting ```markdown ```javascript if (isAwesome){ return true } ``` ``` ```javascript -
Robert-96 revised this gist
Jul 3, 2020 . 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 @@ -235,7 +235,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic ## Emoji ```markdown :+1: :sparkles: :camel: :tada: :rocket: :metal: ``` :+1: :sparkles: :camel: :tada: :rocket: :metal: -
Robert-96 revised this gist
Jul 3, 2020 . 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 @@ -229,7 +229,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic - [ ] this is an incomplete it ``` - [x] this is a complete item - [ ] this is an incomplete it ## Emoji -
Robert-96 revised this gist
Jul 3, 2020 . 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 @@ -230,7 +230,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic ``` - [ ] this is a complete item - [ ] this is an incomplete it ## Emoji -
Robert-96 revised this gist
Jul 3, 2020 . 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 @@ -229,7 +229,7 @@ Markdown allows you to use backslash escapes to generate literal characters whic - [ ] this is an incomplete it ``` - [ ] this is a complete item - [x] this is an incomplete it ## Emoji
NewerOlder