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

https://github.com/ffiirree/webmd

Online Markdown editor.
https://github.com/ffiirree/webmd

markdown markdown-editor

Last synced: about 1 month ago
JSON representation

Online Markdown editor.

Awesome Lists containing this project

README

        

# Webmd

`Webmd`是一个在线的`Markdown`编辑器,可以很方便的集成到需要进行编辑的页面中。

## Features
- gfm
- Todo list
- flow chart
- Mathjax

## Quick Start
页面需要包含
```html












hljs.initHighlightingOnLoad();



MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX", "output/HTML-CSS"],
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
displayMath: [ ['$$','$$'], ["\\[","\\]"] ],
processEscapes: true
},
"HTML-CSS": { availableFonts: ["TeX"] }
});



```
```html

```

Javascript
```javascript
new Editor({
selector: '#webmd',
mode: 'normal-mode', // 'edit-mode' 'preview-mode'
menu: true
});
```

## UI
![](https://github.com/ffiirree/webmd/blob/master/webmd.png)