Skip to content

Instantly share code, notes, and snippets.

@jthomasmock
Last active October 11, 2025 06:01
Show Gist options
  • Save jthomasmock/11acebd4448f171f786e01397df34116 to your computer and use it in GitHub Desktop.
Save jthomasmock/11acebd4448f171f786e01397df34116 to your computer and use it in GitHub Desktop.

Revisions

  1. jthomasmock revised this gist Nov 21, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions markdown.snippets
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    #### ---------------------------------------------
    ## Edit via: RStudio > Tools > Edit Code Snippets
    # Released under a MIT license

    snippet fragment
    [${1:text}]{.${2:type}}

  2. jthomasmock revised this gist Oct 3, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions markdown.snippets
    Original file line number Diff line number Diff line change
    @@ -19,11 +19,11 @@ snippet panel
    snippet column
    :::: {.columns}

    ::: {.column width="40%"}
    ::: {.column width="50%"}
    Left column
    :::

    ::: {.column width="60%"}
    ::: {.column width="50%"}
    Right column
    :::

  3. jthomasmock renamed this gist Aug 25, 2022. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. jthomasmock revised this gist Aug 16, 2022. 1 changed file with 1 addition and 5 deletions.
    6 changes: 1 addition & 5 deletions quarto-snippets.txt
    Original file line number Diff line number Diff line change
    @@ -29,8 +29,4 @@ snippet column

    ::::

    # Code image at: ![](https://i.imgur.com/jhOo3mq.png)

    # Code image at: ![](https://i.imgur.com/0wcur3m.png)

    # Code image at: ![](https://i.imgur.com/BLu6LXm.png)
    # Code image at: ![](https://i.imgur.com/jhOo3mq.png)
  5. jthomasmock revised this gist Aug 16, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions quarto-snippets.txt
    Original file line number Diff line number Diff line change
    @@ -32,3 +32,5 @@ snippet column
    # Code image at: ![](https://i.imgur.com/jhOo3mq.png)

    # Code image at: ![](https://i.imgur.com/0wcur3m.png)

    # Code image at: ![](https://i.imgur.com/BLu6LXm.png)
  6. jthomasmock revised this gist Aug 16, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions quarto-snippets.txt
    Original file line number Diff line number Diff line change
    @@ -30,3 +30,5 @@ snippet column
    ::::

    # Code image at: ![](https://i.imgur.com/jhOo3mq.png)

    # Code image at: ![](https://i.imgur.com/0wcur3m.png)
  7. jthomasmock revised this gist Aug 16, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions quarto-snippets.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    #### ---------------------------------------------
    ## Edit via: RStudio > Tools > Edit Code Snippets
    snippet fragment
    [${1:text}]{.${2:type}}

  8. jthomasmock revised this gist Aug 16, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions quarto-snippets.txt
    Original file line number Diff line number Diff line change
    @@ -26,3 +26,5 @@ snippet column
    :::

    ::::

    # Code image at: ![](https://i.imgur.com/jhOo3mq.png)
  9. jthomasmock created this gist Aug 16, 2022.
    28 changes: 28 additions & 0 deletions quarto-snippets.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    snippet fragment
    [${1:text}]{.${2:type}}

    snippet aside
    [${1:text}]{.aside}

    snippet fence
    :::{.${1:type}}
    ${2:body}
    :::

    snippet panel
    ::: {.panel-tabset}
    ${1:body}
    :::

    snippet column
    :::: {.columns}

    ::: {.column width="40%"}
    Left column
    :::

    ::: {.column width="60%"}
    Right column
    :::

    ::::