Open stasberkov opened 8 years ago
That's exactly what I want.
+1
+1
+1
+1
+1
+1
+1
+1
+1
++
+1
+1 that would be so cool
I can recommend this repo for those who can't wait: https://atom.io/packages/markdown-preview-enhanced
Switched to this alternative markdown viewer about a month ago all is fine so far.
Here's my switch recipie from the notes:
apm disable markdown-preview markdown-scroll-sync
apm install markdown-preview-enhanced
config.cson
:
"markdown-preview-enhanced":
breakOnSingleNewline: false
exportPDFPageFormat: "A4"
mathRenderingOption: "KaTeX"
useGitHubStyle: true
+1
+1
+1
+1
+1
Add Mermaid (http://knsv.github.io/mermaid/) support for Markdown like CuteMarkEd tool (https://cloose.github.io/CuteMarkEd/) has. It will allow drawing mermaid diagrams (sequence, flow, gantt, structure) from markdown. If implemented we could use only Atom for writing design documentation.