bevacqua / woofmark

:dog2: Barking up the DOM tree. A modular, progressive, and beautiful Markdown and HTML editor
https://bevacqua.github.io/woofmark
MIT License
1.62k stars 74 forks source link

Uncaught Error: woofmark demands <textarea> elements to have no siblings #70

Closed h3rb closed 4 years ago

h3rb commented 4 years ago

What pray tell does this mean?!?!

kakra commented 3 years ago

This message also puzzled me at first glance. You need to wrap the textarea in a div so the div has no other children than the textarea - which means the textarea would have no siblings. It would be easier to understand if the error message would say "woofmark demands the