Skip to content

Instantly share code, notes, and snippets.

@jdkato
Last active February 23, 2019 22:32
Show Gist options
  • Select an option

  • Save jdkato/96365af836e6543d91480c849a5a5802 to your computer and use it in GitHub Desktop.

Select an option

Save jdkato/96365af836e6543d91480c849a5a5802 to your computer and use it in GitHub Desktop.
def main(meta, arg1, arg2):
"""An example directive.
These functions return a string that replaces the original
directive in the Markdown source file.
`meta` is a dictionary created from front matter (`{}` by
default). In this case, it will be:
{'title': 'An example Markdown file'}
"""
return 'this is a string'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment