Skip to content

Instantly share code, notes, and snippets.

@tychota
Last active May 31, 2018 20:33
Show Gist options
  • Select an option

  • Save tychota/cb7ed792ff3789969a1dbe8a4942803a to your computer and use it in GitHub Desktop.

Select an option

Save tychota/cb7ed792ff3789969a1dbe8a4942803a to your computer and use it in GitHub Desktop.

Revisions

  1. tychota revised this gist May 31, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions markdownTable.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@ const test = "test";
    <td>Apple</td>
    <td>red</td>
    <td><p>

    `$0.93`

    </p></td>
    @@ -24,10 +25,12 @@ const test = "test";
    <td>Banana</td>
    <td>yellow</td>
    <td><p>

    `$0.19`

    </p></td>
    <td><p>

    **YES**

    </p></td>
  2. tychota revised this gist May 31, 2018. 1 changed file with 12 additions and 3 deletions.
    15 changes: 12 additions & 3 deletions markdownTable.md
    Original file line number Diff line number Diff line change
    @@ -14,13 +14,22 @@ const test = "test";
    <tr>
    <td>Apple</td>
    <td>red</td>
    <td><p>`$0.93`</p></td>
    <td><p>
    `$0.93`

    </p></td>
    <td>no</td>
    </tr>
    <tr>
    <td>Banana</td>
    <td>yellow</td>
    <td><p>`$0.19`</p></td>
    <td><p>**YES**</p></td>
    <td><p>
    `$0.19`

    </p></td>
    <td><p>
    **YES**

    </p></td>
    </tr>
    </table>
  3. tychota revised this gist May 31, 2018. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions markdownTable.md
    Original file line number Diff line number Diff line change
    @@ -14,13 +14,13 @@ const test = "test";
    <tr>
    <td>Apple</td>
    <td>red</td>
    <td>`$0.93`</td>
    <td><p>`$0.93`</p></td>
    <td>no</td>
    </tr>
    <tr>
    <td>Banana</td>
    <td>yellow</td>
    <td>`$0.19`</td>
    <td>**YES**</td>
    <td><p>`$0.19`</p></td>
    <td><p>**YES**</p></td>
    </tr>
    </table>
  4. tychota revised this gist May 31, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion markdownTable.md
    Original file line number Diff line number Diff line change
    @@ -1,11 +1,12 @@
    <table>
    <tr>
    <th><p>

    ```js
    const test = "test";
    ```
    </p></th>
    </p></th>
    <th>Color</th>
    <th>Price</th>
    <th>Peel?</th>
  5. tychota renamed this gist May 31, 2018. 1 changed file with 6 additions and 1 deletion.
    7 changes: 6 additions & 1 deletion test.md → markdownTable.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,11 @@
    <table>
    <tr>
    <th>Fruit</th>
    <th><p>
    ```js
    const test = "test";
    ```
    </p></th>
    <th>Color</th>
    <th>Price</th>
    <th>Peel?</th>
  6. tychota created this gist May 31, 2018.
    20 changes: 20 additions & 0 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    <table>
    <tr>
    <th>Fruit</th>
    <th>Color</th>
    <th>Price</th>
    <th>Peel?</th>
    </tr>
    <tr>
    <td>Apple</td>
    <td>red</td>
    <td>`$0.93`</td>
    <td>no</td>
    </tr>
    <tr>
    <td>Banana</td>
    <td>yellow</td>
    <td>`$0.19`</td>
    <td>**YES**</td>
    </tr>
    </table>