Discussion: Why the bold tags around features in streetInfo?

Why are there bold tags around each CSV feature in streetInfo? It's good regex/str_replace, but what if the tags are changed in the future?  

api.glitch.com/simple/locat...


(See features parameter)
The "features" element is a text field intended for direct output, not parsing, and as such is HTML formatted. As much as anything, this is an artifact of how we use the API internally, but it's unlikely to change in the near future.
I like the fact that these tags are there, because it makes parsing the string more accurate.  If you do change the format, may I suggest adding a simple list for programmatic consumption?