Commit Graph

6 Commits

Author SHA1 Message Date
ianegordon
391f128955
Update MARKDOWN_SYNTAX.md (#2832)
Fix typo
2022-01-01 10:08:10 +08:00
Rodrigo C
6492e00402
Add support to PlantUML diagrams (#2625)
* Add support to PlantUML diagrams

* Add plantuml icon files (copy of sequence's)

* Add PlantUML to docs and rename PlantUML internal render function

* Remove underscore from PlantUML renderer
2021-12-27 23:09:14 +08:00
bolshoytoster
2ed5a85012
Removed the space in 'Mark Text' (#2763) (#2782)
* Removed the space in 'Mark Text' (#2763)

Literally just replaced all occurances of 'Mark Text' with 'MarkText' using sed.

This is directly related to #2763.

* Revert changes to .github directory

Reverted changelog etc.

* Added `cs` alias for `csharp` in code blocks (Fixes #2760)

* Added error handler in the renderer process (should fix #2758)

The `src/muya/lib/contentState/clickCtrl.js` file will now return if
`document.querySelector` fails to find an element.
2021-12-25 21:05:58 +08:00
小新
c77e29b824
Fix markdown syntax document mistake for table content align (#2282) (#2296) 2020-08-06 10:26:28 +08:00
Felix Häusler
8436aeb499 Update documentation (#1548)
* Update documentation

* Remove <br> due to issues with preview
2019-10-28 07:53:30 +08:00
Felix Häusler
63d41155ab Update documents (#1411) 2019-10-01 11:58:44 +08:00