Closed smfoote closed 8 years ago
<textarea> <div>{?hello}hello{/hello}{?hello}{.}{/hello}</div> </textarea>
When an element inside of a textarea contains a Tornado body or reference, the element is stringified before being inserted into the textarea, and the placeholders where the references would be inserted are lost.
This is probably going to need to be solved in the parser.
When an element inside of a textarea contains a Tornado body or reference, the element is stringified before being inserted into the textarea, and the placeholders where the references would be inserted are lost.