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

https://github.com/mcanouil/quarto-lcd

Quarto extension to add a decorator to the code cells to display the language name.
https://github.com/mcanouil/quarto-lcd

code codecell computing-language quarto quarto-extension quarto-pub

Last synced: 10 months ago
JSON representation

Quarto extension to add a decorator to the code cells to display the language name.

Awesome Lists containing this project

README

          

# Language Cell Decorator

This extension adds a decorator to the code cells to display the language name.

## Installing

```bash
quarto add mcanouil/quarto-lcd
```

This will install the extension under the `_extensions` subdirectory.
If you're using version control, you will want to check in this directory.

## Using

## Example

Here is the source code for a minimal example: [example.qmd](example.qmd).

Outputs of `example.qmd`:

- [HTML](https://m.canouil.dev/quarto-lcd/)
- [Typst (PDF)](https://m.canouil.dev/quarto-lcd/example-typst.pdf)
- [LaTeX (PDF)](https://m.canouil.dev/quarto-lcd/example-latex.pdf)
- [Word (DOCX)](https://m.canouil.dev/quarto-lcd/example-openxml.docx)
- [Reveal.js (HTML)](https://m.canouil.dev/quarto-lcd/example-revealjs.html)
- [Beamer (PDF)](https://m.canouil.dev/quarto-lcd/example-beamer.pdf)
- [PowerPoint (PPTX)](https://m.canouil.dev/quarto-lcd/example-pptx.pptx)