Text formatter
Text to HTML formatter and more …
const format = {
blue:{tag:'span',style:'color:blue;'}
}
// returns I am <span style="color:blue;">stuck</span>
text2html(format)("I am \\blue{stuck}").output;
# | pattern | Feature |
---|---|---|
1 | \key{text} | wraps text |
2 | \key\ | wraps content (start) |
3 | \\ | wraps content (end) |
4 | \key/ | adds content |
5 | \_key[:type] | delimiters content* |
* not yet implemented