Skip to content

Instantly share code, notes, and snippets.

@wiibaa
Last active September 21, 2015 12:42
Show Gist options
  • Save wiibaa/8f9b874594faab2e84ca to your computer and use it in GitHub Desktop.
Save wiibaa/8f9b874594faab2e84ca to your computer and use it in GitHub Desktop.
# Title: DOC-VAR={DOC-VAR} ; MYVAR={MYVAR} ; INLINE-VAR={INLINE-VAR}
:DOC-VAR: my doc-variable
A variable is set here with `:MYVAR: my variable`
:MYVAR: my variable
An inline variable is set here with `\{set:INLINE-VAR:my inline-variable}`
{set:INLINE-VAR:my inline-variable}
## Section Title: DOC-VAR={DOC-VAR} ; MYVAR={MYVAR} ; INLINE-VAR={INLINE-VAR}
My DOC-VAR is `{DOC-VAR}`
My MYVAR is `{MYVAR}`
My INLINE-VAR is `{INLINE-VAR}`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment