baptiste
baptiste
I think a first step would be to make a minimally-interesting dummy Rmd example, and run it through - knitr - cmark - pandoc to have specific ASTs to inspect...
My 2 cents: - I agree that, for me, background and foreground should default to filling the whole area (bleed included). A very common situation – when one cares about...
There are quite a few issues in the comparison tests I tried, https://typst.app/project/rBwp7yhHs2SGjYZIZtQWCP
[Toy example,](https://gist.github.com/baptiste/759a1cafc3157b38bc7979b1994cdf0e) ``` #let code(x, id: "a") = { [#metadata((code: x.text, id: id)) #label("r-chunk")] } With this code, #code(`x = 1 + 1`, id: "a") or another #code(`y = 2...
subscribing to this new one...
I'd be keen to use this, any chance to merge it?
Hmm, it seems I didn't think much when I added the `layout_matrix` argument to marrangeGrob at the request of one user. It's basically overriding any other layout parameters. That being...