Skip to content

Instantly share code, notes, and snippets.

@jantman
Created January 20, 2014 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jantman/8524430 to your computer and use it in GitHub Desktop.
Save jantman/8524430 to your computer and use it in GitHub Desktop.
Example Pelican markdown

Title: Manual Examples Date: 2014-01-19 06:00 Author: admin Category: Foo Tags: foo Slug: manual-examples

These are some manual examples...

A fenced code block of Python:

print("foo")
print(bar)

An 8-space indented block:

    :::python
    print("foo")
    bar = 3 + 7
    print(bar)

That's it for now.

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