From f7771ce8adefa97abaa8516ee37e694f1aac593a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Thu, 23 Nov 2017 14:02:50 -0800 Subject: [PATCH] trimmed empty lines in examples --- tools.json | 4 ++-- 1 file 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" } ]