Escaping text for vanilla html
softmarshmallow opened this issue · 0 comments
softmarshmallow commented
Expected - the result on preview to have exact text "> Select Workspace"
rather than jsx version of it - "{"> Select Workspace"}"
Text will special characters will be formatted via jsx text formatter, but since jsx text formatter is for react-only, for vue, html, and other native web-standard frameworks shall have a different text formatter.
e.g. vanilla-text-formatter
or html-text-formatter
This shall be first implemented via CoLI
Test case - here