From 0787fcf6cb899b1a353ebcc23408813b421a2274 Mon Sep 17 00:00:00 2001 From: andy bunce Date: Fri, 26 Mar 2021 21:56:35 +0000 Subject: [PATCH] change test --- dita-ot-3.6/ab.dot | 13 +++++++++++++ readme.md | 3 ++- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 dita-ot-3.6/ab.dot diff --git a/dita-ot-3.6/ab.dot b/dita-ot-3.6/ab.dot new file mode 100644 index 0000000..e0f9157 --- /dev/null +++ b/dita-ot-3.6/ab.dot @@ -0,0 +1,13 @@ +digraph G { + splines="FALSE"; + + /* Entities */ + shortName [label="shortName", shape="square"] + + shortName2 [label="shortName", shape="oval"] + /* Relationships */ + F1 -> shortName[label=".63"] + + /* Ranks */ + { rank=same; shortName; }; +} \ No newline at end of file diff --git a/readme.md b/readme.md index e19cfb6..4455d3c 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,4 @@ hello edited in gitea -then in code-server \ No newline at end of file +then in code-server +and code server again. \ No newline at end of file