Skip to content

Instantly share code, notes, and snippets.

@egoist
Created November 23, 2016 15:02
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/447381e5497facc66606d5628bc6bfcf to your computer and use it in GitHub Desktop.
Save egoist/447381e5497facc66606d5628bc6bfcf to your computer and use it in GitHub Desktop.

Given markdown code:

---
title: Hello world
description: nothing
---
how's it going?

fine, thanks.

Converted to:

<template>
  <markdown-to-vue title="hello world" description="nothing" content="how..."></markdown-to-vue>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment