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

Process <code> tags in RustDoc popovers #17125

Open
notpeter opened this issue Aug 30, 2024 · 0 comments
Open

Process <code> tags in RustDoc popovers #17125

notpeter opened this issue Aug 30, 2024 · 0 comments
Labels
enhancement [core label] language An umbrella label for all programming languages syntax behaviors popovers Feedback for tooltips, syntax hints, info popups, toasts, etc rust Rust programming language support

Comments

@notpeter
Copy link
Member

notpeter commented Aug 30, 2024

Describe the feature

Hover over map in this code:

let a = Some("test").map(ToString::to_string);

Inline, unrendered <code> tags should render to something pretty.

option.rs source link

image

@notpeter notpeter added enhancement [core label] triage Maintainer needs to classify the issue admin read Pending admin review labels Aug 30, 2024
@Moshyfawn Moshyfawn added popovers Feedback for tooltips, syntax hints, info popups, toasts, etc and removed triage Maintainer needs to classify the issue labels Aug 30, 2024
@JosephTLyons JosephTLyons added rust Rust programming language support language An umbrella label for all programming languages syntax behaviors and removed admin read Pending admin review labels Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] language An umbrella label for all programming languages syntax behaviors popovers Feedback for tooltips, syntax hints, info popups, toasts, etc rust Rust programming language support
Projects
None yet
Development

No branches or pull requests

3 participants