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