History | Log In     View a printable version of the current page.  
We are currently focused especially on Moodle 2.0, Moodle 1.9.x bugs and Moodle 1.9.x testing.    Confused? Lost? Please read this introduction to the Tracker.
Issue Details (XML | Word | Printable)

Key: MDL-4868
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Mathieu Petit-Clair
Reporter: Imported
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Moodle

markdown formatted text is not converted when opening it with the html editor.

Created: 01/Mar/06 06:35 PM   Updated: 06/May/08 05:36 PM
Component/s: HTML Editor
Affects Version/s: 1.6
Fix Version/s: 2.0

Environment: All

Participants: Imported and Mathieu Petit-Clair
Security Level: None


 Description  « Hide
This has more to do with how Moodle handles alternative text formats like moodle format are markdown.

The html editor automatically assumes that all texts are written in html format. This produces strange results when you have written a text in markdown and open it with the html editor.



Don't know of a solution. Of course there is no easy way to convert html back to markdown format. I still would be happy even if the conversion would be one way only: use the html editor once on a markdown text and it will be html afterwards for always.



other solution: never open the html editor when format is other than html format.

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Mathieu Petit-Clair - 06/May/08 05:36 PM
I just checked this in 1.9 and Markdown actually deals ok with html markup, so this is not really a bug ("it works"), but it's planned to actually make this work as suggested here and have markdown syntax get properly converted to html when using the html editor.