fixed #6577 issue#6582
Conversation
|
javatcoding1 the email address in your commit does not match an email in your GitHub account. Thus it is impossible to determine whether you have signed the Plone Contributor Agreement, which is required to merge this pull request. Learn about the Plone Contributor Agreement: https://plone.org/foundation/contributors-agreement If you have sent in your Plone Contributor Agreement, and received and accepted an invitation to join the Plone GitHub organization, then you might need to either add the email address on your Agreement to your GitHub account or change the email address in your commits. If you need to do the latter, then you should squash the commits with your matching email and push them. Add more emails to your GitHub account: Change the email address in your commits: |
✅ Deploy Preview for plone-components canceled.
|
If your pull request closes an open issue, include the exact text below, immediately followed by the issue number. When your pull request gets merged, then that issue will close automatically.
Pull Request Description
This pull request addresses issue #6577, which involved incorrect Markdown implementation for heading levels. The following changes were made:
Updated the autoformatRules in volto/packages/volto-slate/src/editor/plugins/Markdown/constants.js to align with CommonMark specifications.
Modified the autoformat rule for a single # to generate an
tag, ## to generate
, and so on, ensuring consistency with Markdown standards.
Verified that these changes maintain compatibility with existing functionality and do not introduce regressions.
Closes #6577.