GitbookIO / markup-it

JavaScript library to parse and serialize markup content (Markdown and HTML)
270 stars 49 forks source link

Adding lines in code blocks breaks layout #8

Closed ebertmi closed 8 years ago

ebertmi commented 8 years ago

When hitting Enter to insert a new line inside an code block (fence) , the new line is not inside the current element.

See image: image

SamyPesse commented 8 years ago

This module will only take care of the parsing/output of markdown; it'll no longer contains the react components.

We are publishing react-markup-editor which is using draft-markup and provide a complete WYSIWYG editor (work in progress :construction_worker: )

This issue will be taken care in react-markup-editor