Skip to content

PDF rendering issues in Cheat Sheetsย #3420

@Marcuse7

Description

@Marcuse7

๐Ÿ”Ž 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions