We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Has anyone gotten this working for marking up parts of code on slides somehow?
It's tricky because you can't easily add CSS spans to code blocks.
Maybe someone has figured out a way to use existing tooling to do this. But if not, here are some ideas I've had, none of them fleshed out enough:
# rn: print(...) print("Hello")
print("Hello") # rn:"Hello"
or # rn:\"H.*o\" (regex)
# rn:\"H.*o\"
```{.python .rn="\"Hello\""}
or
```{python} #| rn: "Hello" print("Hello" ```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Has anyone gotten this working for marking up parts of code on slides somehow?
It's tricky because you can't easily add CSS spans to code blocks.
Maybe someone has figured out a way to use existing tooling to do this. But if not, here are some ideas I've had, none of them fleshed out enough:
Special comment for line below
Special comment for current line
or
# rn:\"H.*o\"
(regex)cell option
```{.python .rn="\"Hello\""}
or
The text was updated successfully, but these errors were encountered: