-
Apologies if I'm misunderstanding but it doesn't seem like embedded images (not checked when other resources are embedded) are being cleaned from disk. Minimal reprex ...
``` r
dir.create(dir [3]…
-
When multiple authors exist, it might be better to list each author in a separate line?
```
---
author:
- Zhang San
- Li Si
date: "Sep 30, 2024"
---
```
Output:
The config `_l…
-
Thanks for the excellent tool! It is very exciting....
I think that inline code output is being truncated to 3 digits sometimes for me:
I get this from the command line:
> litedown::fuse(text…
-
I guess this is similar to #16. After previewing a file with `roam()` some resources are left behind in the `xxx__files` directory. Should these be cleaned up?
-
I have posted this question on [SO](https://stackoverflow.com/questions/68283952/knitr-inline-code-chunk-of-foreign-engine).
I've written a knitr engine to process Maxima code (as part of a [packag…
rcst updated
6 months ago
-
Hi Yihui,
I'm really thrilled to see the newly implemented bibliography feature (#6). This got me thinking about the potential of using `litedown` to render Rmds into HTML fragments that could then…
-
For vignettes, do you still advise using `html_vignette` versus `html_format`? The main difference I've observed is that `html_vignette` does not seem to allow embedding of https resources.
FI - I…
-
Since litedown is a minimalist version of RMarkdown, how about considering Typst as an alternative to LaTeX?
LaTeX is powerful but can be overly complicated—kind of like C++. Typst might not fully…
-
When switching to page mode in [Litedown: R Markdown Reimagined](https://yihui.org/litedown/), I encountered an issue on page 36:
- The content overflows beyond the page boundaries (screenshot atta…
-
## 文档源码
````
---
output:
litedown::html_format:
options:
toc: true
number_sections: true
embed_resources: false
meta:
css: ["default", "@heading-anchor"]
…