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
- Host: GitHub
- URL: https://github.com/hahwul/m2h.js
- Owner: hahwul
- Created: 2019-02-07T15:12:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T14:32:41.000Z (over 6 years ago)
- Last Synced: 2025-04-01T04:32:39.298Z (6 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');```