-
- [ ] Check which package can be used with `gt`
-
Steps to reproduce:
1. ```r
usethis::create_package("litedownvignettebug")
```
2. ```r
usethis::use_vignette("litedownvignettebug")
```
3. Update DESCRIPTON
```
S…
-
Even after https://github.com/yihui/litedown/commit/5682a8c10b6b78bdb27580137553a681085b0612 I'm still seeing some issues on CI when no xquartz is installed.
I was trying to get to the bottom of a …
-
litedown seems not parse latex strings inside parentheses. eg:
```md
The force ($F$) equals to mass ($m$) multiplied by the acceleration ($a$).
```
litedown output:
Would you consider…
-
Linkable headings do not work correctly. Link to the title like [Link](#My-header) simply reloads the page on the discussion page, and does nothing on the page created with the Pages extension
-
The docs claim:
> run `litedown::roam()` and it will launch a file browser to let
> you preview everything...
This feature works in RStudio, but it seems to apply to RStudio only?
When I run `…
-
Would it be worth allowing a template to be passed via the `meta` argument of `mark`? I've not thought too hard about this, and you likely have good reason for the current implementation, but I wonde…
-
As far as I can tell, the only way to cross-reference auto-numbered equations with litedown is via MathJax:
1. [Configure MathJax to use automatic equation numbering](https://docs.mathjax.org/en/la…
-
Hi @yihui, I am new to R, Rmarkdown and litedown. I have used Quarto, however.
I have installed and started R and installed litedown. `litedown::fuse('test.Rmd')` will generate `test.html` on the s…
-
Equations with line breaks before operators that are valid markup for list bullets are not rendered correctly.
An example:
````
---
title: "Equation Bug"
output:
litedown::html_format:
…