Skip to content

Instantly share code, notes, and snippets.

@dtolb
Last active March 19, 2018 20:18
Show Gist options
  • Save dtolb/e12161e513e6c2352148334cfd126500 to your computer and use it in GitHub Desktop.
Save dtolb/e12161e513e6c2352148334cfd126500 to your computer and use it in GitHub Desktop.
Sample-tutorial.md

{% multimethod %} {% endmultimethod %}

Title {#top}

About {#about}

Assumptions

Steps

  1. Step 1
  2. Step 2

Step 1 {#hotlink-to-step1}

A little about what is happening in step 1

{% extendmethod %}

Sub title

Property Description
eventType The event type, value is incomingcall.

Be sure to link to any full documentations if available

{% common %}

Example of step 1

{% sample lang="http" %}

POST /your_url HTTP/1.1
Content-Type: application/json; charset=utf-8
User-Agent: BandwidthAPI/v1

{
  "key": "value"
}

{% sample lang="js" %}

/** Sample javascript code **/

{% sample lang="csharp" %}

var example = example;

{% sample lang="ruby" %}

# sample ruby

{% endextendmethod %}

Step 2 {#hotlink-to-step2}

A little about what is happening in step 2

{% extendmethod %}

Sub title

Property Description
eventType The event type, value is incomingcall.

Be sure to link to any full documentations if available

{% common %}

Example of step 2

{% sample lang="http" %}

Snip of raw html

POST /your_url HTTP/1.1
Content-Type: application/json; charset=utf-8
User-Agent: BandwidthAPI/v1

{
  "key": "value"
}

{% sample lang="js" %}

/** Sample javascript code **/

{% sample lang="csharp" %}

var example = example;

{% sample lang="ruby" %}

# sample ruby

{% endextendmethod %}

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