Most appropriate sub-area of p5.js?
p5.js version
All (2.2.0, 1.11.11)
Web browser and version
chrome
Operating system
macos
Steps to reproduce this
Steps:
- Navigate to reference for
createP(), createDiv(), or possibly other pages with <html> tags
- Observe that in stead of "Creates a paragraph element.
<div></div>" there is a plank space after the text - so the HTML tags are not escaped properly
- However, in the source of the reference, they appear to be included consistently with
createSelect, which DOES work
Snippet:
Problem applies both to main site and beta, but because the reference contributor docs and technical setup is being revised for beta, it might be better to start with the main site. The problem appears to be the same, and migth be fixable in the same way in both places.
Most appropriate sub-area of p5.js?
p5.js version
All (2.2.0, 1.11.11)
Web browser and version
chrome
Operating system
macos
Steps to reproduce this
Steps:
createP(),createDiv(), or possibly other pages with<html>tags<div></div>" there is a plank space after the text - so the HTML tags are not escaped properlycreateSelect, which DOES workSnippet:
Problem applies both to main site and beta, but because the reference contributor docs and technical setup is being revised for beta, it might be better to start with the main site. The problem appears to be the same, and migth be fixable in the same way in both places.