|
57 | 57 | - [Github 上 emoji 表情的含义及使用规范](https://mkblog.cn/872)
|
58 | 58 | - [https://github.com/mkdocs/mkdocs](https://github.com/mkdocs/mkdocs)
|
59 | 59 | - [https://www.github.com/VectorLogoZone/vectorlogozone](https://www.github.com/VectorLogoZone/vectorlogozone)
|
60 |
| -- 转PDF [https://github.com/realdennis/md2pdf](https://github.com/realdennis/md2pdf) |
61 |
| -- [https://github.com/BlueHatbRit/mdpdf](https://github.com/BlueHatbRit/mdpdf) |
62 | 60 |
|
63 | 61 |
|
64 | 62 | > 表情(两个冒号包围的字符),比如`:blush:`,可以显示 :blush:
|
@@ -520,24 +518,53 @@ string &operator+(const string& A,const string& B) //cpp
|
520 | 518 | * [https://github.com/commonmark/commonmark.js](https://github.com/commonmark/commonmark.js)
|
521 | 519 | * [https://github.com/showdownjs/showdown](https://github.com/showdownjs/showdown)
|
522 | 520 | * [https://github.com/github/markup](https://github.com/github/markup)
|
| 521 | +* [https://github.com/unifiedjs/unified](https://github.com/unifiedjs/unified) |
| 522 | +* [https://github.com/remarkjs/remark](https://github.com/remarkjs/remark) |
| 523 | + |
| 524 | + |
| 525 | + |
| 526 | +- 转PDF [https://github.com/realdennis/md2pdf](https://github.com/realdennis/md2pdf) |
| 527 | + - [https://md2pdf.netlify.app](https://md2pdf.netlify.app) |
| 528 | + - [https://realdennis.github.io/md2pdf](https://realdennis.github.io/md2pdf) |
| 529 | +- [https://github.com/BlueHatbRit/mdpdf](https://github.com/BlueHatbRit/mdpdf) |
| 530 | +- [https://github.com/simonhaenisch/md-to-pdf](https://github.com/simonhaenisch/md-to-pdf) |
| 531 | +- [https://github.com/jmaupetit/md2pdf](https://github.com/jmaupetit/md2pdf) |
523 | 532 |
|
524 | 533 |
|
525 | 534 |
|
526 | 535 | ### 在线版客户端
|
527 | 536 |
|
528 |
| -* [https://dillinger.io](https://dillinger.io) |
| 537 | +* [https://github.com/joemccann/dillinger](https://github.com/joemccann/dillinger) |
| 538 | + * [https://dillinger.io](https://dillinger.io) |
529 | 539 | * [https://tool.lu/markdown](https://tool.lu/markdown)
|
530 | 540 | * [https://github.com/jserme/mahua](https://github.com/jserme/mahua)
|
531 | 541 | * [http://mahua.jser.me](http://mahua.jser.me)
|
532 | 542 | * 马克飞象 [https://maxiang.io](https://maxiang.io)
|
533 |
| -* Markdown Plus [http://mdp.tylingsoft.com](http://mdp.tylingsoft.com) |
534 | 543 | * 小书匠 [http://markdown.xiaoshujiang.com](http://markdown.xiaoshujiang.com)
|
| 544 | + * [https://github.com/suziwen](https://github.com/suziwen) |
535 | 545 | * Cmd Markdown [https://www.zybuluo.com/mdeditor](https://www.zybuluo.com/mdeditor)
|
| 546 | + * [https://github.com/ghosert/cmd-editor](https://github.com/ghosert/cmd-editor) |
536 | 547 | * [https://github.com/JP1016/Markdown](https://github.com/JP1016/Markdown)
|
| 548 | + * [https://markdownapp.vercel.app](https://markdownapp.vercel.app) |
537 | 549 | * [https://github.com/aromalanil/markItDown](https://github.com/aromalanil/markItDown)
|
538 | 550 | * [https://markitdown.netlify.app](https://markitdown.netlify.app)
|
539 | 551 | * [https://github.com/davidfowl/TodoApi](https://github.com/davidfowl/TodoApi)
|
540 | 552 | * [https://github.com/iamgio/quarkdown](https://github.com/iamgio/quarkdown)
|
| 553 | +* [https://github.com/showdownjs/showdown](https://github.com/showdownjs/showdown) |
| 554 | + * [http://demo.showdownjs.com](http://demo.showdownjs.com) |
| 555 | + ```js |
| 556 | + document.querySelector("body > div.lateral-menu.ng-isolate-scope.ng-pageslide").remove(); |
| 557 | + document.querySelector("body > nav").remove() |
| 558 | + document.querySelector("#editor").remove() |
| 559 | + const ew = document.querySelector("#editor-wrapper"); |
| 560 | + ew.style.width="unset"; |
| 561 | + ew.style.paddingTop="unset"; |
| 562 | + const pv = document.querySelector("#preview"); |
| 563 | + pv.style.width="unset"; |
| 564 | + pv.style.overflowY="unset"; |
| 565 | + const pvd = document.querySelector("#preview > div"); |
| 566 | + pvd.style.paddingBottom="50px"; |
| 567 | + ``` |
541 | 568 |
|
542 | 569 |
|
543 | 570 |
|
|
0 commit comments