Skip to content

Instantly share code, notes, and snippets.

@jthomasmock
Last active May 27, 2024 13:07
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.
#### ---------------------------------------------
## Edit via: RStudio > Tools > Edit Code Snippets
# Released under a MIT license
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="50%"}
Left column
:::
::: {.column width="50%"}
Right column
:::
::::
# Code image at: ![](https://i.imgur.com/jhOo3mq.png)
@aborruso
Copy link

thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment