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

Make use of console/Rconsole fenced code blocks #210

Open
hturner opened this issue Mar 27, 2025 · 0 comments
Open

Make use of console/Rconsole fenced code blocks #210

hturner opened this issue Mar 27, 2025 · 0 comments

Comments

@hturner
Copy link
Member

hturner commented Mar 27, 2025

We should use ```console fencing to markup input/output from the terminal (ref: https://stackoverflow.com/a/49004070) and similarly ```Rconsole fencing to mark up input/output from the R Console (ref: r-devel/r-dev-day#60).

Fenced code could replace some of the text only screenshots, making the docs easier to maintain and more accessible to users of screen readers and other assistive technologies

Marking (R) console output differently from code can help to differentiate code that should be copied and run vs input/output in the console that may be copied in whole/part, but is mainly for reference (ref: #106).

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

No branches or pull requests

1 participant