Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jjallr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
jjallr
4y ago
FWIW Quarto does allow you to include arbitrary markdown in fig-cap. So this is valid: #| fig-cap: A **line plot** on a _polar axis_
2.
▲
by
jjallr
5y ago
I think if you are happy with the workflow/output you have there is no reason at all to change. w/r/t to websites and books we have put a lot of investment into features for both ( https://quarto.org/docs/
3.
▲
by
jjallr
5y ago
Quarto is the next generation of R Markdown, so over time it will surpass R Markdown in features/capability (I think in most areas it already has). Note that Quarto will read and render existing Rmd files without modification, so when
4.
▲
by
jjallr
5y ago
The idea is that we've separated running computations into pluggable "engines" (whereas in R Markdown everything was hard-coded to use R/Knitr). In Quarto we can use Knitr, or Jupyter, or Observable JS (and can add addit
5.
▲
by
jjallr
5y ago
Yes, it's being created by the same group that created R Markdown / Bookdown. Similar concept but implemented in a cross-language fashion rather than being tied to R.
6.
▲
by
jjallr
5y 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 t
7.
▲
by
jjallr
5y ago
Thanks for the heads-up re: Edge! All of those should be working now.