api-guidelines
api-guidelines copied to clipboard
Devhub Issue: BC Government API Guidelines [Problems with underscores in web page display]
path: (do not delete) https://github.com/bcgov/api-guidelines/blob/master/government-of-british-columbia-api-guidelines.md (do not delete) devhub page: https://developer.gov.bc.ca/Data-and-APIs/BC-Government-API-Guidelines
Devhub Content Issue
Some things aren't displayed correctly in the guidelines web page. The image below shows them:

- :heavyexclamationmark: is shown instead of :heavy_exclamation_mark:
- `perpage`_ is shown instead of
per_page
Suggested solution
- Escape the underscores (
:heavy\_excalamation\_mark:) -
- Do not use italics there and everywhere else, if the code formatting can be deemed sufficient
- Italicize using asterisks (
*`per_page`*)