-
Bug
-
Resolution: Fixed
-
Major
-
2.2.2, 2.8.3, 3.1.2
Steps to reproduce:
1. Disable TinyMCE in your Moodle profile at moodle.org
2. Compose a forum post in Markdown format, eg:
> Block quote
Something
3. Save the form
4. Edit the post
Expected behavior:
The text should appear in the textarea exactly as you typed it (following the "What You See Is What You Typed" principle). This has always been like that, 10 of 10 Markdown users say.
What actually happens:
- The > character is displayed as > entity, breaking the Markdown syntax.
- The quote block is not recognized as such.
Notes:
I am not sure if the same affects other formats, too. Please try HTML format, too.
- caused a regression
-
MDL-78505 Markdown text format ignores $options['noclean'] and fix for mangling of Markdown in editors
- Closed
- has been marked as being related by
-
MDL-77000 Cannot add custom data- attributes using MarkdownExtra
- Closed
-
MDL-77525 Add text filtering stages
- Closed
- will help resolve
-
MDLSITE-6982 Block quotes are missing any styling
- Resolved