Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonstyle/writer-ex
https://github.com/dragonstyle/writer-ex
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dragonstyle/writer-ex
- Owner: dragonstyle
- Created: 2022-08-30T15:54:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T15:58:24.000Z (over 2 years ago)
- Last Synced: 2024-11-09T15:48:20.067Z (3 months ago)
- Language: Lua
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# writer-ex
Requires the very latest pre-release of Quarto to run (configure as developer and git pull main).
To render, use `quarto render test.qmd` which will output an HTML file that is being generated by the custom writer (just the Pandoc sample writer).
You can also use the `template:` option if you'd like to additionally provide a template, such as:
```
format:
sample.lua:
output-ext: html
template: mytemplate.html
```(if you don't provide a template, it will really just emit a fragment with none of the header nonsense)