AsciiDoc Snippets

AsciiDoc Syntax and Features Using AsciiMath Include stem into document header :stem: Then use inline, e.g.: stem:[sqrt(4) = 2] or as block [stem] ++++ sum_(i=1)^n i^3=((n(n+1))/2)^2 ++++ AsciiMath Syntax Collapsible Blocks/Sections .Click to show the content [%collapsible] ==== Long content here... ==== Source: Asciidoctor Docs Tools and Ecosystem Docker / Podman Container Including stuff like: Asciidoctor Asciidoctor Diagram with ERD and Graphviz integration (supports plantuml and graphiz diagrams) Asciidoctor PDF Asciidoctor EPUB3 Asciidoctor FB2 Asciidoctor Mathematical Asciidoctor reveal.js AsciiMath Source highlighting using Rouge, CodeRay or Pygments Asciidoctor Confluence Asciidoctor Bibtex Asciidoctor Kroki Asciidoctor Reducer ...

May 10, 2019 · 1 min · 171 words · Micha Kops

Software Architecture Exploration and Validation with jqAssistant, Neo4j and Cypher

I have written about other software system analyzing and validation tools before but today I would like to introduce a new tool named jqAssistant that supports software architects, developers and analysts in a variety of tasks like analyzing given structures, validating architectural or quality constraints and generating reports. Therefore jqAssistant analyzes given projects or artifacts and stores the gathered information – that is enriched by a variety of existing plugin-ins – in a Neo4j graph database. ...

December 31, 2017 · 16 min · 3290 words · Micha Kops