speced / respec-web-services

ReSpec's website and RESTful APIs
https://respec.org/
16 stars 11 forks source link

fix(/xref:ui): wrap enum values in quotes in "How to cite" #423

Closed tidoust closed 1 month ago

tidoust commented 1 month ago

Enum values need to be wrapped in double quotes as described in: https://respec.org/docs/#examples-0

The "How to cite" column listed them without double quotes. This update adds the double quotes when needed.

Note: I haven't managed to run the service locally, so haven't tested the update. I'm happy for anyone to take over and fix this differently ;)