Closed erunion closed 7 years ago
This is going to have to be built without messing up the enum capability as well:
@api-param {string} content_rating [G|PG|PG-13|R]
[MPAA rating](http://www.mpaa.org/film-ratings/)
Might be able to get away with running a Markdown to HTML conversion on the parameter content, and go through with parsing, and then convert HTML back to Markdown? That's a bit messy, though.
Turns out it was easier to fix than I thought by just restricting the enum regex to not be so global.
Having a parameter description with a Markdown link causes the link to get parsed without the link content.