An open API service indexing awesome lists of open source software.

https://github.com/cwickham/qmd-embed


https://github.com/cwickham/qmd-embed

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

```{bash}
quarto render index.qmd
```

Fails with:

```
Executing 'embed.ipynb'
Cell 1/1: 'two'...Done

ERROR: The cell two does not exist in notebook
```

Embed works if label if prefixed by `cell-`:
```
{{< embed embed.qmd#cell-two >}}
```