(no title)
jjallr
|
4 years ago
Hi there, member of Quarto team here. Quarto is actually being created by the same core group that created R Markdown. It's essentially the same idea but implemented in a cross-language fashion. I should also note that it is designed to be highly compatible w/ existing formats (you can render nearly all R Markdown documents as well as Jupyter Notebooks unmodified w/ Quarto).
civilized|4 years ago
ivansavz|4 years ago
The "native" format is MyST, which is markdown with extra things added in to customize behaviour of code blocks: https://jupyterbook.org/reference/cheatsheet.html
I've been writing some stuff in MyST and I found it very productive. The ability to also support jupyter notebooks is also interesting.
jlduan|4 years ago
I use R Markdown extensively. I am wondering if R Markdown is retiring? Should I begin to switch to Quarto? And is there a way to change the default code font to ligatures fonts (for example Fira Code)?
jjallr|4 years ago
salamandersauce|4 years ago
jjallr|4 years ago
gridland|4 years ago