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

Use backtick not <code> for attr default values #143

Closed

Conversation

illicitonion
Copy link

GitHub Pages doesn't recognise <code> blocks, so renders these attributes with smart-quotes, which means you can't copy-paste them into a starlark file.

Fixes #142

GitHub Pages doesn't recognise <code> blocks, so renders these
attributes with smart-quotes, which means you can't copy-paste them into
a starlark file.
illicitonion added a commit to illicitonion/rules_rust that referenced this pull request Nov 30, 2022
illicitonion added a commit to illicitonion/rules_rust that referenced this pull request Nov 30, 2022
illicitonion added a commit to illicitonion/rules_rust that referenced this pull request Nov 30, 2022
illicitonion added a commit to bazelbuild/rules_rust that referenced this pull request Nov 30, 2022
* stardoc: Use backtick not `<code>` for attr default values

This is a cherry-pick of bazelbuild/stardoc#143

* Regenerate documentation
@tetromino tetromino closed this in 6b6acb3 Jul 18, 2023
@illicitonion illicitonion deleted the backtick-not-code branch April 22, 2024 10:15
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.

Stardoc outputs <code> blocks around attribute default values which aren't recognised by GitHub
1 participant