You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
amoshydra
changed the title
Editor shall be allowed to produce diagram using textual representation
Editor can create diagram using textual representation
Feb 1, 2017
Hackmdio uses js-sequence-diagrams , mermaid and graphviz. Will need more research on how to implement this. Currently, there doesn't seem to be any markdown-it plugins.
This feature has been included! However, test cases for this component has met with a road block because HTML attribute values generated/drawn by diagramsRenderer will always be different due to "window size"/HTML document size. (e.g. 1. There are tags with specific ids attributes who values are randomly generated by the respective libraries. 2. Attributes such as "x", "y", "width", "height" etc have attribute values that differ based on the HTML Document object they are in. Hence, unit testing locally will produce different results then testing on travis, that is why travis keeps failing as well. To be resolved.)
Example: https://hackmd.io/features#uml-diagrams
The text was updated successfully, but these errors were encountered: