Skip to content

Incorrect Markdown on Variables and Change tutorialΒ #941

@sharkleadership

Description

@sharkleadership

Most appropriate sections of the p5.js website?

Tutorials

What is your operating system?

None

Web browser and version

No response

Actual Behavior

The backticks in the Markdown of the String Interpolation section of the Variables and Change tutorial are escaped improperly, causing the rest of the section to be highlighted improperly.

The sentence in question:
". . . Template literals begin and end with backticks (\`) instead of quotation marks (""`). . . ."

In Markdown:

". . . Template literals begin and end with backticks (`\`\``) instead of quotation marks (`""`). . . ."

Expected Behavior

The solution is a simple fix:
". . . Template literals begin and end with backticks (` `) instead of quotation marks (""). . . ."

In Markdown:

". . . Template literals begin and end with backticks (`` ` ` ``) instead of quotation marks (`""`). . . ."

Steps to reproduce

No response

Would you like to work on the issue?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingGood First IssueGood for newcomersHelp WantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions