Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AsciiDoc syntax error #433

Merged
merged 1 commit into from
Apr 10, 2024
Merged

Conversation

nick-knight
Copy link
Contributor

To prevent AsciiDoc formatting substitutions in cases like these, single and double backslashes suffice:
https://docs.asciidoctor.org/asciidoc/latest/subs/prevent/

A more powerful tool is the "passthrough":
https://docs.asciidoctor.org/asciidoc/latest/pass/
This is a heavier hammer than is needed here. I do see passthroughs used elsewhere in this document, in cases where backslashes would suffice. I despise AsciiDoc too much to write a longer PR descriptio

Signed-off-by: Nick Knight <[email protected]>
@kito-cheng
Copy link
Collaborator

Thanks :)

@kito-cheng kito-cheng merged commit ca89636 into riscv-non-isa:master Apr 10, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants