This site is no longer actively maintained. It exists for historical purposes as an example of Phabricator integration and Lua scripting.

Difference between revisions of "User:Ccicalese"

From cpt
No edit summary
No edit summary
Line 24: Line 24:




When initially rendered, this graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally necessary:
When [https://github.com/SemanticMediaWiki/Mermaid/pull/41] is applied, this graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally necessary:
{{#mermaid:graph LR;
{{#mermaid:graph LR;
A["This is a very wide box"]
A["This is a very wide box"]

Revision as of 16:58, 8 November 2019

When initially rendered, this graph will fit the width of the window, scaling down if necessary:


When [1] is applied, this graph will render at the default size regardless of whether it is wider than the window, and it will scroll horizontally necessary: