Use Markdown extensions in StackEdit
masterStackEdit includes several extensions to enhance standard Markdown. You can enable or disable these in the File properties dialog.
Supported Extensions
- SmartyPants: Converts ASCII punctuation into typographic HTML entities (e.g., converting
--to an en-dash or"to smart quotes). - KaTeX: Renders LaTeX mathematical expressions.
- UML diagrams: Renders diagrams using Mermaid syntax, including sequence diagrams and flow charts.
sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.
Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you...