echo 'digraph { "Lissa" -> "Emmeryn" [taillabel = "Older sister of"] "Chrom" -> "Emmeryn" [taillabel = "Older sister of"] "Emmeryn" -> "Lissa" [taillabel = "Younger Sister of"] "Chrom" -> "Lissa" [taillabel = "Younger Sister of"] "Owain" -> "Lissa" [taillabel = "Mother of"] "Ophelia" -> "Lissa" [taillabel = "grandmother of"] "Maribelle" -> "Lissa" [taillabel = "Close Friend of"] "Emmeryn" -> "Chrom" [taillabel = "younger brother of"] "Lissa" -> "Chrom" [taillabel = "Older Brother of"] "Lucina" -> "Chrom" [taillabel = "Father of"] "Robin (Male)" -> "Chrom" [taillabel = "Best friend of"] "Marth" -> "Chrom" [taillabel = "Descendant of"] }' | dot -Tsvg > output.svg