Arg descriptions can contain HTML
Closed this issue · 2 comments
roborourke commented
Some of the jetpack endpoints contain arg descriptions with HTML. Legit or no there are 2 things it might be good to do here:
- Use
MaybeHTML
component for descriptions - Update
MaybeHTML
HTML regex to detect&#?[^;]+;
patterns
rmccue commented
Yeah... they shouldn't do that.
roborourke commented
Heh. So won't fix!