## Not run: 
library(DiagrammeR)

DiagrammeR("
  graph LR
    A --> \\(B\\)
")
## End(Not run)

I got this:

a