From cd6f7192bfb62916b6b7b0d0c6763fbb87941652 Mon Sep 17 00:00:00 2001 From: Anthony Juckel Date: Thu, 14 Aug 2025 14:56:27 -0500 Subject: [PATCH] Use explicit markdown for unsupported markdown integration test --- cypress/integration/rendering/flowchart-v2.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/integration/rendering/flowchart-v2.spec.js b/cypress/integration/rendering/flowchart-v2.spec.js index 6756c433d..ab87fce0d 100644 --- a/cypress/integration/rendering/flowchart-v2.spec.js +++ b/cypress/integration/rendering/flowchart-v2.spec.js @@ -1174,8 +1174,8 @@ end end githost["Github, Gitlab, BitBucket, etc."] githost2["\`Github, Gitlab, BitBucket, etc.\`"] - a["1."] - b["- x"] + a["\`1.\`"] + b["\`- x\`"] `; it('should render raw strings', () => {