Last active
October 11, 2025 06:01
-
-
Save jthomasmock/11acebd4448f171f786e01397df34116 to your computer and use it in GitHub Desktop.
Revisions
-
jthomasmock revised this gist
Nov 21, 2022 . 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 @@ -1,5 +1,7 @@ #### --------------------------------------------- ## Edit via: RStudio > Tools > Edit Code Snippets # Released under a MIT license snippet fragment [${1:text}]{.${2:type}} -
jthomasmock revised this gist
Oct 3, 2022 . 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 @@ -19,11 +19,11 @@ snippet panel snippet column :::: {.columns} ::: {.column width="50%"} Left column ::: ::: {.column width="50%"} Right column ::: -
jthomasmock renamed this gist
Aug 25, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
jthomasmock revised this gist
Aug 16, 2022 . 1 changed file with 1 addition 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 @@ -29,8 +29,4 @@ snippet column :::: # Code image at:  -
jthomasmock revised this gist
Aug 16, 2022 . 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 @@ -32,3 +32,5 @@ snippet column # Code image at:  # Code image at:  # Code image at:  -
jthomasmock revised this gist
Aug 16, 2022 . 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 @@ -30,3 +30,5 @@ snippet column :::: # Code image at:  # Code image at:  -
jthomasmock revised this gist
Aug 16, 2022 . 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 @@ -1,3 +1,5 @@ #### --------------------------------------------- ## Edit via: RStudio > Tools > Edit Code Snippets snippet fragment [${1:text}]{.${2:type}} -
jthomasmock revised this gist
Aug 16, 2022 . 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 @@ -26,3 +26,5 @@ snippet column ::: :::: # Code image at:  -
jthomasmock created this gist
Aug 16, 2022 .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 @@ -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 ::: ::::