change test
This commit is contained in:
parent
d0ea7b9563
commit
0787fcf6cb
2 changed files with 15 additions and 1 deletions
13
dita-ot-3.6/ab.dot
Normal file
13
dita-ot-3.6/ab.dot
Normal 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; };
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
hello
|
hello
|
||||||
edited in gitea
|
edited in gitea
|
||||||
then in code-server
|
then in code-server
|
||||||
|
and code server again.
|
Loading…
Add table
Reference in a new issue