An open API service indexing awesome lists of open source software.

https://github.com/hahwul/m2h.js

remote markdown document to html on DOM
https://github.com/hahwul/m2h.js

Last synced: 5 months ago
JSON representation

remote markdown document to html on DOM

Awesome Lists containing this project

README

          

# m2h.js
remote markdown document to html on DOM

## Usage
```javascript

// [+] markdown to html object
m2h('html-area','your remote markdown file');
// e.g
// m2h('html-area','https://raw.githubusercontent.com/hahwul/mad-metasploit/master/README.md');

// [+] plain html to html object
// h2h('html-area','your remote markdown file');

```