You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When user tries to use markdown in volto text editor, for example to write "# Some title", "#" symbol disappears, but text stays to be usual text (p element). However in toolbar buttons text is marked as being "Title" (h2 element). Same behavior can be seen for Subtitle and block quote. Bold and italic texts do not work at all. But unordered and ordered lists do work fine.
To Reproduce
Steps to reproduce the behavior:
Go to Edit Mode.
Add text field.
Write "# Text"
Save
Expected behavior
Markdown works. When user types "# Title", he sees h2 element without "#" symbol instead of usual text. When user types "## Subtitle", he sees h3 element without "##" symbol instead of usual text. When user types "> some text", he sees blockquote element without ">" symbol instead of usual text. When user types "Text", he sees bold text without "**" symbol. When user types "Text", he sees italic text without "*" symbol.
Screenshots
vokoscreenNG-2024-06-27_14-06-10.mp4
Software (please complete the following information):
macOS
Chrome
Volto Version 17.16.0
Plone 6.0.11
plone.restapi 9.6.1
I have found this fix and maybe it is connected to it and will be fixed there #5495
The text was updated successfully, but these errors were encountered:
Describe the bug
When user tries to use markdown in volto text editor, for example to write "# Some title", "#" symbol disappears, but text stays to be usual text (p element). However in toolbar buttons text is marked as being "Title" (h2 element). Same behavior can be seen for Subtitle and block quote. Bold and italic texts do not work at all. But unordered and ordered lists do work fine.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Markdown works. When user types "# Title", he sees h2 element without "#" symbol instead of usual text. When user types "## Subtitle", he sees h3 element without "##" symbol instead of usual text. When user types "> some text", he sees blockquote element without ">" symbol instead of usual text. When user types "Text", he sees bold text without "**" symbol. When user types "Text", he sees italic text without "*" symbol.
Screenshots
vokoscreenNG-2024-06-27_14-06-10.mp4
Software (please complete the following information):
I have found this fix and maybe it is connected to it and will be fixed there #5495
The text was updated successfully, but these errors were encountered: