-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markdown rendering issue with angle brackets <>
#27104
Conversation
On the page https://developer.wordpress.org/block-editor/packages/packages-dom/ the markdown render fail due to the angle brackets. See https://i.imgur.com/1ZkvqQ7.png
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this!
This particular doc needs an extra step. You'll just need to run npm run docs:build
, commit and push the changes. Let me know if you need any help.
This part of README file is auto-generated from JSDoc so it needs to be changed there first. |
> [email protected] docs:build C:\xampp\htdocs\dev\wp-content\plugins\gutenberg > node ./docs/tool/index.js && node ./bin/api-docs/update-api-docs.js command.
It removed your changes. You need to apply changes in the JS file in JSDoc comments and run the same command again 😃 |
Thanks for contributing; I think you'll need to make those changes in gutenberg/packages/dom/src/dom.js Line 511 in 68da0d9
|
Looks like this was fixed in #34813 |
Description
On the page https://developer.wordpress.org/block-editor/packages/packages-dom/ the markdown render fail due to the angle brackets.
See
How has this been tested?
Not tested. But, It'll fix the markdown render issue.
Screenshots
Checklist: