this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update dependency diagraph to v0.3.6 (#2)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
5f38269b 7fbf5a1a

+2 -2
+1 -1
rapport/context.typ
··· 1 1 #import "utils.typ": todo, comment, refneeded 2 2 #import "@preview/fletcher:0.5.8": node, edge 3 3 #import "@preview/fletcher:0.5.8" 4 - #import "@preview/diagraph:0.3.2" 4 + #import "@preview/diagraph:0.3.6" 5 5 6 6 #show figure: set block(spacing: 4em) 7 7 #let diagram = (caption: none, ..args) => figure(caption: caption, fletcher.diagram(..args))
+1 -1
rapport/main.typ
··· 1 1 #import "template.typ": arkheion, arkheion-appendices, monospace 2 2 #import "utils.typ": cut-around, cut-between, dedent, include-function 3 3 4 - #import "@preview/diagraph:0.3.2" 4 + #import "@preview/diagraph:0.3.6" 5 5 #show raw.where(lang: "dot"): it => diagraph.render(it.text) 6 6 #show raw.where(lang: "mermaid"): it => diagraph.render( 7 7 it.text.replace("graph TD", "digraph {").replace("-->", "->") + "}",