Skip to content

Instantly share code, notes, and snippets.

@egoist
Last active November 26, 2016 18:52
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 egoist/692cb0605e4a683d0e0f6a0aea6a14a3 to your computer and use it in GitHub Desktop.
Save egoist/692cb0605e4a683d0e0f6a0aea6a14a3 to your computer and use it in GitHub Desktop.

Given markdown:

# Vue 2.0

## Quick Start

### Install

Compiled to:

{
  title: 'Vue 2.0',
  sections: [
    {
      title: 'Quick Start',
      children: [
        {title: 'Install'}
      ]
    }
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment