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

https://github.com/stefanocoretta/lmt

Literate Markdown Tangler extension for Quarto
https://github.com/stefanocoretta/lmt

literate-programming quarto-extension quarto-filter quartopub

Last synced: 8 months ago
JSON representation

Literate Markdown Tangler extension for Quarto

Awesome Lists containing this project

README

          

# Literate Markdown Tangler Extension For Quarto

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14988563.svg)](https://doi.org/10.5281/zenodo.14988563)

This ports the functionality of the [Literate Markdown Tangler](https://github.com/driusan/lmt) written in Go by Dave MacFarlane to a Pandoc Lua filter. However, the syntax differs from the Go lmt to comply with Pandoc's markdown.

## Installing

```bash
quarto add stefanocoretta/lmt
```

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

## Example

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