-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Bug report] Double backticks for inline code breaks new remark-slide command #272
Comments
I had nearly this exact same issue. It was driving me nuts. Thanks for the simple workaround. Hadn't thought of that. |
FWIW I think this is an issue with remark.js parser and double backticks. The Markdown code is correctly written asis by xaringan in the HTML to be processed by remark.js I don't know if double backticks syntax is currently supported by remark. But they surely seem to break the Maybe we should open an issue there ? 🤔 Did you already ? |
Hi @cderv , Thanks again anyway! |
As a workaround you can build (sadly there is no direct download) a static version of
To build
Then copy |
Hi,
Somehow, when double backticks (``) surround inline code (eg to put single ` in it), the
---
command is not recognized as new slide instruction anymore.Anyway, I have found a less elegant html workaround.
I was thinking that it could be possible to fix, but it overtakes my skills by far. I'm not even sure whether it is a xaringan or a remark issue.
Here is a reproducible chunk:
Thank you for reading me!
Cheers,
Anna
PS: such a great package - again, thanks!
Session info
By filing an issue to this repo, I promise that
xfun::session_info('xaringan')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/xaringan')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: