@system76/markdown
v1.0.1
Published
System76 markdown parsing for the web
Downloads
63
Maintainers
Readme
This repository contains the markdown parser and plugin configuration we use for System76 websites.
Using
npm install --save @system76/markdown
<template>
<article v-markdown.full>
## This will be parsed as markdown
so type away!
</article>
</template>
<script>
import { directive as markdownDirective } from '@system76/markdown'
export default {
directives: {
markdown: markdownDirective
}
}
</script>
View the docs to see more examples.
Development
Download the repository
Run
npm ci
Run
npm start
Start hacking
Run
npm test
Make a commit in Angular Commit Message Conventions format.
Deployment
To trigger a release,
push a commit to the master
branch in the
Angular Commit Message Conventions
format.