Skip to content

Commit

Permalink
fixed plone#6577 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
javatcoding1 committed Jan 12, 2025
1 parent 1c88feb commit 9093a62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/volto-slate/src/editor/plugins/Markdown/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,17 @@ export const localToggleList = (editor, format) => {
*/
export const autoformatRules = [
{
type: H2,
type: H1,
markup: '#',
},
{
type: H3,
type: H2,
markup: '##',
},
{
type: H3,
markup: '###',
},
{
type: LI,
markup: ['*', '-', '+'],
Expand Down

0 comments on commit 9093a62

Please sign in to comment.