fraserxu / fraserxu/element-markdown
template string mode?
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
ranodm idea, would be maybe cool if I could do this:
``` js
function render () {
return yo`
${md`I'm a
multiline [marked](https://github.com/chjj/marked) rendered
**markdown** content.`}
`
}
```
dunno how to set options that way. maybe you set options when you initialize?
```
var md = require('element-markdown')({gfm: false})
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.