Skip to content

Instantly share code, notes, and snippets.

@philsturgeon
Last active October 8, 2015 03:55
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 philsturgeon/4e2053cb4c10bc756605 to your computer and use it in GitHub Desktop.
Save philsturgeon/4e2053cb4c10bc756605 to your computer and use it in GitHub Desktop.
Fenced Code blocks inside fenced code blocks
FORMAT: 1A
# My API

## GET /places

+ Response 200 (text/plain)

Hello World!

FORMAT: 1A
# My API

## GET /places

+ Response 200 (text/plain)

  \~~~
  Hello World!
  \~~~  
FORMAT: 1A
# My API

## GET /places

+ Response 200 (text/plain)

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