Now I have plantuml working, but the content of my code blocks has disappeared Am I doing something wrong? Inujelclosed thisOct 18, 2019 This was referencedOct 18, 2019 yhattmentioned this issueApr 5, 2020 PlantUML direct image integration for codeblock 'plantuml'marp-team/marp-vscode#131...
ifdef::env-vscode[] This is for vscode only endif::[]Diagram IntegrationThis extension supports a wide range of diagrams from BPMN to Graphviz to PlantUML and Vega graphs using Kroki and asciidoctor-kroki.You can see the full range on the Kroki website....
const asciidoctor = require('@asciidoctor/core')() const kroki = require('asciidoctor-kroki') const input = 'plantuml::hello.puml[svg,role=sequence]' kroki.register(asciidoctor.Extensions) // <1> console.log(asciidoctor.convert(input, { safe: 'safe' })) const registry = asciidoctor....
MQTT today is used in a wide variety of industries, such as automotive, manufacturing, telecommunications, oil and gas, etc. 1 PlantUML PlantUML is a versatile component that enables swift and straightforward diagram creation. Users can draft a variety of diagrams using a simple and intuitive ...
Supports outlines, math formulas, mind maps, charts, flowcharts, Gantt charts, sequence diagrams, staves, multimedia, voice reading, title anchors, code highlighting and copying, graphviz rendering, and plantuml UML diagrams. Supports real-time local content saving, delayed (10s without editing) aut...
Send aPOSTrequest tohttp://localhost:3000/encode/plantumlorhttp://localhost:3000/encode/mermaiddepending on the type with adiagramkey in the body with the above escaped diagram: Example Body: { "diagram": "sequenceDiagram\r\n participant Alice\r\n participant Bob\r\n Alice->>John: Hell...
ifdef::env-vscode[] This is for vscode only endif::[] Diagram Integration This extension supports a wide range of diagrams from BPMN to Graphviz to PlantUML and Vega graphs using kroki and asciidoctor-kroki. You can see the full range on the kroki website. Note that this extension will ...
In the example below, we are using thevegalitemacro to reference a file namedchart.vlite: vegalite::chart.vlite[svg,role=chart,opts=interactive] Finally, we can use theincludedirective to reference a diagram file: [plantuml,alice-bob,svg,role=sequence] ... include::alice-bob.puml[] ....