aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2017-11-23 14:02:50 -0800
committerÖzgür Kesim <oec@codeblau.de>2017-11-23 14:02:50 -0800
commitf7771ce8adefa97abaa8516ee37e694f1aac593a (patch)
treee77e005dc95ea74fe23f58a8e9f9cb76fbb5f6f8
parentb6392e74cec7ee7458f6ece7fa45ef1e4c6933d5 (diff)
trimmed empty lines in examples
-rw-r--r--tools.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.json b/tools.json
index 893427c..9f3b3fe 100644
--- a/tools.json
+++ b/tools.json
@@ -10,7 +10,7 @@
"http://graphviz.org/content/dot-language": "DOT Language",
"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)",
"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"
}
]