Skip to content

Instantly share code, notes, and snippets.

@miqui
Created February 4, 2018 21:45
Show Gist options
  • Save miqui/6419cfc0c8a3667d5435b30c075189bf to your computer and use it in GitHub Desktop.
Save miqui/6419cfc0c8a3667d5435b30c075189bf to your computer and use it in GitHub Desktop.
swagger markdown
swagger: '2.0'
info:
  title: weather.gov API
  description: |
    # Heading

    Text attributes _italic_, *italic*, __bold__, **bold**, `monospace`.

    Horizontal rule:

    ---

    Bullet list:

      * apples
      * oranges
      * pears

    Numbered list:

      1. apples
      2. oranges
      3. pears

    A [link](http://example.com).

    Tables:

    | Column1 | Collumn2 |
    | ------- | -------- |
    | cell1   | cell2    |
  
  version: 1.0.0
host: api.weather.gov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment