diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-03-09 17:23:18 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-03-09 17:24:13 +0100 |
commit | af0c0b7a40b1106b6f2fecade30ca8e4e95bd342 (patch) | |
tree | b07cf727000c9be835673db4703484d4c9859ea1 /_extensions/pandoc-ext/abstract-section/_extension.yaml | |
parent | b673da7ff8e0936221b944f9da73eb86780788f7 (diff) |
install and use extension abstract-section
```
quarto add pandoc-ext/abstract-section
```
Diffstat (limited to '_extensions/pandoc-ext/abstract-section/_extension.yaml')
-rw-r--r-- | _extensions/pandoc-ext/abstract-section/_extension.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_extensions/pandoc-ext/abstract-section/_extension.yaml b/_extensions/pandoc-ext/abstract-section/_extension.yaml new file mode 100644 index 0000000..f6a946b --- /dev/null +++ b/_extensions/pandoc-ext/abstract-section/_extension.yaml @@ -0,0 +1,6 @@ +name: abstract-section +author: Albert Krewinkel +version: 1.2.0 +contributes: + filters: + - abstract-section.lua |