Is there a way to remove the caption from pdf output? When I try something similar to the following: ```{.graphviz} digraph G { a [label = "A"] b [label = "B"] a->b } ``` It renders the figure as follows:  This is compiled with: ```bash pandoc --filter pandoc-plot -t beamer presentation.md -o presentation.pdf ``` I don't see a good way of being able to suppress the figure caption