Skip to content
Snippets Groups Projects
Commit 326cac1a authored by Bruno BEAUFILS's avatar Bruno BEAUFILS
Browse files

Update README (links were still referring to quarto)

parent 0ae2a28f
No related branches found
No related tags found
No related merge requests found
...@@ -17,8 +17,8 @@ If you are a Quarto user, please use the official extension from the Quarto team ...@@ -17,8 +17,8 @@ If you are a Quarto user, please use the official extension from the Quarto team
## Quick Start ## Quick Start
Install the extension whether by simply downloading the Install the extension whether by simply downloading the
[include-code-files.lua](_extensions/include-code-files/include-code-files.lua) [include-code-files.lua](include-code-files.lua) file somewhere on
file somewhere on your computer or by cloning this repository: your computer or by cloning this repository:
```bash ```bash
git clone https://github.com/b3/include-code-files.git git clone https://github.com/b3/include-code-files.git
...@@ -37,7 +37,7 @@ When rendering include the path to `include-code-files.lua` ...@@ -37,7 +37,7 @@ When rendering include the path to `include-code-files.lua`
pandoc -s --lua-filter=include-code-files.lua test/input.md --output test/output.html pandoc -s --lua-filter=include-code-files.lua test/input.md --output test/output.html
``` ```
For complete details see the [Lua filter for pandoc](#lua-filter-for-pandoc) section below. For complete details see following sections below.
## Installing ## Installing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment