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
- Host: GitHub
- URL: https://github.com/stefanocoretta/lmt
- Owner: stefanocoretta
- Created: 2024-01-27T18:48:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T11:27:28.000Z (over 1 year ago)
- Last Synced: 2025-03-07T12:28:02.293Z (over 1 year ago)
- Topics: literate-programming, quarto-extension, quarto-filter, quartopub
- Language: Lua
- Homepage:
- Size: 31.3 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
README
# Literate Markdown Tangler Extension For Quarto
[](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).