Skip to content

Plugin for markdown-it to parse ember template syntax and persist it.

Notifications You must be signed in to change notification settings

gossi/markdown-it-ember

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-it-ember Build Status

Plugin for markdown-it to parse ember template syntax and persist it.

Installation

yarn add markdown-it-ember

Usage

const markdown = require('markdown-it');
const emberPlugin = require('markdown-it-ember');

const md = markdown().use(emberPlugin);
const html = md.render(`
<My::Component>
`);

About

Plugin for markdown-it to parse ember template syntax and persist it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published