Skip to content

Instantly share code, notes, and snippets.

@spdegabrielle
Created January 11, 2025 11:02
Show Gist options
  • Save spdegabrielle/71158573b097c0fed0222adf52a020cf to your computer and use it in GitHub Desktop.
Save spdegabrielle/71158573b097c0fed0222adf52a020cf to your computer and use it in GitHub Desktop.
R16 description and example of backticks in markdown
An instance of R16 `!rkt`, the Racket ‘trick-bot’, can be used to run short pieces of code.
Use `!rkt help` for the full list of commands.
You can include clode blocks by putting three backticks (\`\`\`) on the lines before and after:
```scheme
`​`​`scheme
(define (myfun a)
(+ 1 a))
`​`​`
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment