trimmed empty lines in examples
This commit is contained in:
parent
b6392e74ce
commit
f7771ce8ad
@ -10,7 +10,7 @@
|
|||||||
"http://graphviz.org/content/dot-language": "DOT Language",
|
"http://graphviz.org/content/dot-language": "DOT Language",
|
||||||
"http://graphviz.org/": "Get graphviz from here"
|
"http://graphviz.org/": "Get graphviz from here"
|
||||||
},
|
},
|
||||||
"Example": "\ndigraph test123 {\n\ta -> b -> c;\n\ta -> {x y};\n\tb [shape=box];\n\tc [label=\"hello\\nworld\",color=blue,fontsize=13,\n\tfontname=\"Palatino-Italic\",fontcolor=red,style=filled];\n\ta -> z [label=\"hi\", weight=100];\n\tx -> z [label=\"multi-line\\nlabel\"];\n\tedge [style=dashed,color=red];\n\tb -> x;\n\t{rank=same; b x}\n} \n"
|
"Example": "digraph test123 {\n\ta -> b -> c;\n\ta -> {x y};\n\tb [shape=box];\n\tc [label=\"hello\\nworld\",color=blue,fontsize=13,\n\tfontname=\"Palatino-Italic\",fontcolor=red,style=filled];\n\ta -> z [label=\"hi\", weight=100];\n\tx -> z [label=\"multi-line\\nlabel\"];\n\tedge [style=dashed,color=red];\n\tb -> x;\n\t{rank=same; b x}\n}"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
@ -24,6 +24,6 @@
|
|||||||
"/static/gpic.raymond.pdf": "GPIC (by E.Raymond)",
|
"/static/gpic.raymond.pdf": "GPIC (by E.Raymond)",
|
||||||
"https://ece.uwaterloo.ca/~aplevich/dpic": "Get DPIC from here"
|
"https://ece.uwaterloo.ca/~aplevich/dpic": "Get DPIC from here"
|
||||||
},
|
},
|
||||||
"Example": "\n.PS\n\nbox \"foo\"; arrow ->; box \"bar\"\n\n.PE\n"
|
"Example": ".PS\n\nbox \"foo\"; arrow ->; box \"bar\"\n\n.PE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user