|
@ -22,13 +22,13 @@ |
|
|
### Examples |
|
|
### Examples |
|
|
|
|
|
|
|
|
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported; |
|
|
- [x] @mentions, #refs, [links](), **formatting**, and <del>tags</del> supported; |
|
|
- [x] list syntax required (any unordered or ordered list supported); |
|
|
|
|
|
|
|
|
- [x] list syntax required (any unordered or ordered list supported); :heart: :blush: |
|
|
- [x] this is a complete item; |
|
|
- [x] this is a complete item; |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item; |
|
|
- [ ] this is an incomplete item; |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [x] list syntax required (any unordered or ordered list supported); |
|
|
|
|
|
|
|
|
- [x] list syntax required (any unordered or ordered list supported); :smile: |
|
|
- [x] this is a complete item; |
|
|
- [x] this is a complete item; |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item [test link](#); |
|
|
- [ ] this is an incomplete item; |
|
|
- [ ] this is an incomplete item; |
|
@ -53,6 +53,7 @@ |
|
|
testEditor = editormd("test-editormd", { |
|
|
testEditor = editormd("test-editormd", { |
|
|
width : "90%", |
|
|
width : "90%", |
|
|
height : 720, |
|
|
height : 720, |
|
|
|
|
|
emoji : true, // enable for test |
|
|
taskList : true, |
|
|
taskList : true, |
|
|
path : '../lib/', |
|
|
path : '../lib/', |
|
|
htmlDebode : true, |
|
|
htmlDebode : true, |
|
|