We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc2a30 commit aac5541Copy full SHA for aac5541
.gitignore
@@ -2,4 +2,6 @@
2
.Rproj.user
3
.Rhistory
4
/.quarto/
5
-/.luarc.json
+/.luarc.json
6
+template_files/*
7
+template.html
_extensions/wordcount/_extension.yml
@@ -1,16 +1,20 @@
1
title: Quarto Word Count
-author: Andrew Heiss, Justin Landis
-version: 1.1.5
+authors:
+ - name: Andrew Heiss
+ orcid: 0000-0003-1866-860X
+ - name: Justin Landis
+ orcid: 0000-0001-5501-4934
+version: 1.2.0
8
quarto-required: ">=1.3.0"
9
contributes:
10
shortcodes:
11
- "words.lua"
12
format:
13
common:
14
filters:
- - citeproc.lua
- - wordcount.lua
- - quarto
15
+ - citeproc.lua
16
+ - wordcount.lua
17
+ - quarto
18
citeproc: false
19
html: default
20
pdf: default
0 commit comments