From afd2768880f327c18b50839b9c0a9268d6a1cc96 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Tue, 24 Jan 2023 15:14:34 -0800 Subject: [PATCH] docs/flow.d2: Update [ci-base] --- docs/flow.d2 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/flow.d2 b/docs/flow.d2 index 41c60d079..24cd5f31f 100644 --- a/docs/flow.d2 +++ b/docs/flow.d2 @@ -1,8 +1,10 @@ -inputFile \ - -> d2parser\ - -> d2ast\ - -> d2compiler\ - -> d2graph\ - -> d2layouts/d2dagrelayout\ - -> d2exporter\ - -> d2target +# How we actually want it formatted (d2 fmt removes line continuations currently): +# inputFile \ +# -> d2parser\ +# -> d2ast\ +# -> d2compiler\ +# -> d2graph\ +# -> d2layouts/d2dagrelayout\ +# -> d2exporter\ +# -> d2target +inputFile -> d2parser -> d2ast -> d2compiler -> d2graph -> d2layouts/d2dagrelayout -> d2exporter -> d2target