You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent 2 underscores from being interpreted as italics
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.
Signed-off-by: Craig Topper <craig.topper@sifive.com>
0 commit comments