-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
π 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 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
Metadata
Metadata
Assignees
Labels
No labels