smfoote / tornado

HTML templates with asynchronous rendering, built with JavaScript.
http://smfoote.github.io/tornado/
Apache License 2.0
8 stars 3 forks source link

Text in textareas is plaintext #142

Closed smfoote closed 8 years ago

smfoote commented 8 years ago

Fixes #141. Text in textareas is parsed as a plainsrting with the exception of tornado elements, which are still parsed. There is still the problem with an HTML element inside of a tornado body inside of a text area. I think this solution may be the right path for that bug as well.