-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomersHelp WantedExtra attention is neededExtra attention is needed
Description
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
davepagurek
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingGood First IssueGood for newcomersGood for newcomersHelp WantedExtra attention is neededExtra attention is needed