joemccann / dillinger

The last Markdown editor, ever.
https://dillinger.io
MIT License
7.9k stars 1.1k forks source link

line break #790

Open hginzel opened 3 years ago

hginzel commented 3 years ago

Input: a<br>b

Output: literal a<br>b

Expected output: element <br> in the html output which produces line break

See BabelMark, CommonMark.

joemccann commented 3 years ago

This is an Ace Editor issue, which Dillinger depends on

On Mon, Mar 1, 2021 at 02:24 Hans Ginzel notifications@github.com wrote:

Input: a
b

Output: literal a
b in output

Expected output: element
in the html output which produces line break.

See BabelMark https://johnmacfarlane.net/babelmark2/?text=a%3Cbr%3Eb, CommonMark https://spec.commonmark.org/0.29/#raw-html.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joemccann/dillinger/issues/790, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALY2UDDQVPNOXJONR2KYLTBNTOFANCNFSM4YMH5PZQ .

-- Sent from Joe in Real Life