taqueci / redmine_wysiwyg_editor

Redmine WYSIWYG Editor plugin
GNU General Public License v2.0
114 stars 27 forks source link

Markdown mode -> Italic doesn't work #100

Closed m3rtl closed 3 years ago

m3rtl commented 3 years ago

Hey there,

thank you very much for this great editor.

We have a small problem with italic formatting in combination with Markdown. Italic formatting inserts underscores before and after the word, but in Redmine Markdown this means that the word is underlined. Therefore, italic formatting only works in the editor - in the preview or after saving, the word is underlined.

image image image

taqueci commented 3 years ago

Thank you for your reporting. I will investigate.

taqueci commented 3 years ago
Style Markdown HTML Preview
Bold **Bold** <strong>Bold</strong> <strong>Bold</strong>
Italic *Italic* <em>Italic</em> <em>Italic</em>
Underline _Underline_ <span style="text-decoration: underline;">Underlilne</span> <u>Underline</u>
Strike through ~~Strike through~~ <span style="text-decoration: line-through;">Strike through</span> <del>Strike through</del>
taqueci commented 3 years ago

The issue has been fixed.