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.
- Host: GitHub
- URL: https://github.com/ffiirree/webmd
- Owner: ffiirree
- Created: 2017-12-08T09:33:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T09:35:27.000Z (over 7 years ago)
- Last Synced: 2025-02-13T07:41:42.078Z (3 months ago)
- Topics: markdown, markdown-editor
- Language: JavaScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
