Skip to content

Instantly share code, notes, and snippets.

@mikestone14
Last active August 29, 2015 14:06
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 mikestone14/017bf74cd2436dbaa8c5 to your computer and use it in GitHub Desktop.
Save mikestone14/017bf74cd2436dbaa8c5 to your computer and use it in GitHub Desktop.
Markdown table

Title Log in user Log out user
Url /api/sessions /api/sessions
Method POST DELETE
Data Params
{ session:

  { email: "user@example.com", password: "p@ssw0rd" } }
none
Success Response
Error Response
Sample Call

@ngmaloney
Copy link

Title Log in user Log out user
Url /api/sessions /api/sessions
Method POST DELETE
Data Params
 { session: 
{ email: "user@example.com", password: "p@ssw0rd" } }
none
Success Response
Error Response
Sample Call

@ngmaloney
Copy link

I'm not sure it is possible using only markdown. You can probably hack together a solution using inline HTML. I checked the Markdown spec and looked through some StackOverflows and couldn't find any examples that don't use inline html.

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