We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i've tried various different ways to escape the backticks but can't seem to get it to work:
flowchart TD A("`foo \`bar\` baz`")
flowchart TD A("foo `bar` baz")
flowchart TD A("```foo `bar` baz```")