Skip to content

Instantly share code, notes, and snippets.

@Lerking
Forked from Robert-96/README.md
Created February 1, 2023 20:08
Show Gist options
  • Select an option

  • Save Lerking/de4a8d8fa9c60cfaf4e71d9617e2b6c1 to your computer and use it in GitHub Desktop.

Select an option

Save Lerking/de4a8d8fa9c60cfaf4e71d9617e2b6c1 to your computer and use it in GitHub Desktop.

Revisions

  1. @Robert-96 Robert-96 revised this gist Dec 13, 2020. No changes.
  2. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions README.md
    Original 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
  3. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions README.md
    Original 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.
  4. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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 does *not* work **well**. 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>
    <p>Markdown in HTML does *not* work **well**. Use <i>HTML</i> <b>tags</b> instead.</p>

    ## Emoji

  5. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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 <italic>HTML</italic> <strong>tags</strong> instead.</p>
    <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 <italic>HTML</italic> <strong>tags</strong> instead.</p>
    <p>Markdown and HTML do *not* work **very** well together. Use <i>HTML</i> <b>tags</b> instead.</p>

    ## Emoji

  6. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions README.md
    Original 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
  7. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original 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>
  8. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 22 additions and 1 deletion.
    23 changes: 22 additions & 1 deletion README.md
    Original 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:
    :+1: :sparkles: :camel: :tada: :rocket: :metal:

  9. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 0 additions and 18 deletions.
    18 changes: 0 additions & 18 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -105,24 +105,6 @@ _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
  10. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 18 additions and 0 deletions.
    18 changes: 18 additions & 0 deletions README.md
    Original 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
  11. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions README.md
    Original 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
  12. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 14 additions and 0 deletions.
    14 changes: 14 additions & 0 deletions README.md
    Original 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
  13. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions README.md
    Original 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.
    >
  14. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 10 additions and 4 deletions.
    14 changes: 10 additions & 4 deletions README.md
    Original 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 underline__

    ~~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 underline__

    ~~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
  15. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 underline__

    ~~This text will be crossed out (strikethrough)~~

  16. @Robert-96 Robert-96 revised this gist Jul 10, 2020. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions README.md
    Original 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_
  17. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -3,17 +3,17 @@
    ## Headers

    ```markdown
    # This is an \<h1> tag
    # This is an <h1> tag

    ## This is an \<h2> tag
    ## This is an <h2> tag

    ### This is an \<h3> tag
    ### This is an <h3> tag

    #### This is an \<h4> tag
    #### This is an <h4> tag

    ##### This is an \<h5> tag
    ##### This is an <h5> tag

    ###### This is an \<h6> tag
    ###### This is an <h6> tag
    ```

    # This is an \<h1\> tag
  18. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -3,17 +3,17 @@
    ## Headers

    ```markdown
    # This is an <h1> tag
    # This is an \<h1> tag

    ## This is an <h2> tag
    ## This is an \<h2> tag

    ### This is an <h3> tag
    ### This is an \<h3> tag

    #### This is an <h4> tag
    #### This is an \<h4> tag

    ##### This is an <h5> tag
    ##### This is an \<h5> tag

    ###### This is an <h6> tag
    ###### This is an \<h6> tag
    ```

    # This is an \<h1\> tag
  19. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 a complete item
    - [ ] this is an incomplete it

    ## Emoji
  20. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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
    - [x] this is an incomplete it
    - [ ] this is an incomplete it

    ## Emoji

  21. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 a complete item
    - [x] this is an incomplete it

    ## Emoji
  22. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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
    - [ ] this is an incomplete it
    - [x] this is an incomplete it

    ## Emoji

  23. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions README.md
    Original 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
    \`\`\`
    ````markdown
    ```
    if (isAwesome){
    return true
    }
    \`\`\`
    ```
    ````

    ```
    if (isAwesome) {
    @@ -167,13 +167,13 @@ if (isAwesome) {

    ### Highlighting

    ```markdown
    \`\`\`javascript
    ````markdown
    ```javascript
    if (isAwesome){
    return true
    }
    \`\`\`
    ```
    ````

    ```javascript
    if (isAwesome) {
  24. @Robert-96 Robert-96 revised this gist Jul 6, 2020. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions README.md
    Original 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
  25. @Robert-96 Robert-96 revised this gist Jul 4, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -164,11 +164,11 @@ if (isAwesome) {
    ### Highlighting

    ```markdown
    ```javascript
    \`\`\`javascript
    if (isAwesome){
    return true
    }
    ```
    \`\`\`
    ```

    ```javascript
  26. @Robert-96 Robert-96 revised this gist Jul 4, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -164,11 +164,11 @@ if (isAwesome) {
    ### Highlighting

    ```markdown
    \`\`\`javascript
    ```javascript
    if (isAwesome){
    return true
    }
    \`\`\`
    ```
    ```

    ```javascript
  27. @Robert-96 Robert-96 revised this gist Jul 3, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions README.md
    Original 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: :octocat:
    :+1: :sparkles: :camel: :tada: :rocket: :metal:
    ```

    :+1: :sparkles: :camel: :tada: :rocket: :metal: :octocat:
    :+1: :sparkles: :camel: :tada: :rocket: :metal:
  28. @Robert-96 Robert-96 revised this gist Jul 3, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 a complete item
    - [ ] this is an incomplete it

    ## Emoji
  29. @Robert-96 Robert-96 revised this gist Jul 3, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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
    - [x] this is an incomplete it
    - [ ] this is an incomplete it

    ## Emoji

  30. @Robert-96 Robert-96 revised this gist Jul 3, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original 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 a complete item
    - [x] this is an incomplete it

    ## Emoji