enhancementhelp wanted
Repository metrics
- Stars
- (254 stars)
- PR merge metrics
- (PR metrics pending)
Description
Right now we're not doing any escaping, but we probably should.
Maybe instead of a single text API, we should expose two?
text: takes strings and escapes themraw_text: takes strings and doesn't escape them
Thoughts?