diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-02-23 14:55:53 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-23 14:55:53 +0100 |
commit | 04b370f1a51318158307587f85f5954e01701126 (patch) | |
tree | a91afd92e5b062b6a3537cb02a3e30e90be3a99f /_extensions/pandoc-ext/abstract-section/_extension.yaml |
initial draft
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 |