mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-16 12:17:35 -05:00
7 lines
288 B
Markdown
7 lines
288 B
Markdown
This directory contains the pandoc template used to render the markdown files in this repository.
|
|
|
|
To render a specific file, you need to run the following command:
|
|
```
|
|
pandoc --from commonmark_x input_file --output=output_file --template=template.html --lua-filter=links-to-html.lua
|
|
```
|