fraserxu / fraserxu/element-markdown

template string mode?

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.