abstract fun <N : Node> render(graph: Graph<N>, options: Options = EmptyOptions, prettify: (N) -> String = Node::toPrettyString): CharSequence