๐ Search Terms
Cheat Sheets
๐ Version & Regression Information
(not version related)
โฏ Playground Link
No response
๐ป Code
๐ Actual behavior
On page Control Flow Analysis, section If Statements, code sample if (typeof input === "string", the PDF is rendered as if (typeof input โโโ โstringโ (the equation signs are not separated by spaces, the double quotation marks are typographic "66 and 99" versions instead of ASCII "...").
The code sample if ("error" in input") is rendered as if (โerrorโ in input) (double quotation issues). In section Expressions, the code sample (typeof input === "string" && is rendered as (typeof input โโโ "string" && (spaces not showing between equation signs).
๐ Expected behavior
Please use vertical quotation marks instead of typographic ones. Insert spaces between equation signs or increase spacing.
Additional information about the issue
No response
๐ Search Terms
Cheat Sheets
๐ Version & Regression Information
(not version related)
โฏ Playground Link
No response
๐ป Code
// Your code here๐ Actual behavior
On page Control Flow Analysis, section If Statements, code sample
if (typeof input === "string", the PDF is rendered asif (typeof input โโโ โstringโ(the equation signs are not separated by spaces, the double quotation marks are typographic "66 and 99" versions instead of ASCII "...").The code sample
if ("error" in input")is rendered asif (โerrorโ in input)(double quotation issues). In section Expressions, the code sample(typeof input === "string" &&is rendered as(typeof input โโโ "string" &&(spaces not showing between equation signs).๐ Expected behavior
Please use vertical quotation marks instead of typographic ones. Insert spaces between equation signs or increase spacing.
Additional information about the issue
No response