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.
- Host: GitHub
- URL: https://github.com/mcanouil/quarto-lcd
- Owner: mcanouil
- License: mit
- Created: 2025-02-22T20:22:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T21:43:58.000Z (10 months ago)
- Last Synced: 2025-04-02T22:28:56.829Z (10 months ago)
- Topics: code, codecell, computing-language, quarto, quarto-extension, quarto-pub
- Language: Lua
- Homepage: https://m.canouil.dev/quarto-lcd/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)