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

Syntax examples formatting #128

Open
brownsarahm opened this issue Feb 17, 2023 · 1 comment
Open

Syntax examples formatting #128

brownsarahm opened this issue Feb 17, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@brownsarahm
Copy link

Could sections like the code fences example be formatted so that there are both rendered and raw examples?

I find myself looking for something equivalent to the jupyterbook myst cheatsheet

@zkamvar
Copy link
Contributor

zkamvar commented Feb 18, 2023

Yes they could! I actually do this for the "Episode Structure" episode:

````markdown
```r
print("hello world!")
```
````
```r
print("hello world!")
```

@zkamvar zkamvar added the enhancement New feature or request label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants