Compare commits

..

2 commits

Author SHA1 Message Date
0787fcf6cb change test 2021-03-26 21:56:35 +00:00
d0ea7b9563 edit in cs 2021-03-24 22:22:58 +00:00
2 changed files with 16 additions and 1 deletions

13
dita-ot-3.6/ab.dot Normal file
View file

@ -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; };
}

View file

@ -1,2 +1,4 @@
hello
edited in gitea
then in code-server
and code server again.