riscv-non-isa / riscv-c-api-doc

Documentation of the RISC-V C API
https://jira.riscv.org/browse/RVG-4
Creative Commons Attribution 4.0 International
68 stars 38 forks source link

Prevent 2 underscores from being interpreted as italics #41

Closed topperc closed 1 year ago

topperc commented 1 year ago

The intrinsic section tried to write _riscv but the two underscores were being parsed by markdown.

This patch changes the quotation marks around the string to backticks to it will show as code instead. Alternatively, I can escape the underscore if we want the quotation marks.