Skip to content

Commit aac5541

Browse files
committed
Version bump
1 parent 4bc2a30 commit aac5541

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
.Rproj.user
33
.Rhistory
44
/.quarto/
5-
/.luarc.json
5+
/.luarc.json
6+
template_files/*
7+
template.html

_extensions/wordcount/_extension.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
title: Quarto Word Count
2-
author: Andrew Heiss, Justin Landis
3-
version: 1.1.5
2+
authors:
3+
- name: Andrew Heiss
4+
orcid: 0000-0003-1866-860X
5+
- name: Justin Landis
6+
orcid: 0000-0001-5501-4934
7+
version: 1.2.0
48
quarto-required: ">=1.3.0"
59
contributes:
610
shortcodes:
711
- "words.lua"
812
format:
913
common:
1014
filters:
11-
- citeproc.lua
12-
- wordcount.lua
13-
- quarto
15+
- citeproc.lua
16+
- wordcount.lua
17+
- quarto
1418
citeproc: false
1519
html: default
1620
pdf: default

0 commit comments

Comments
 (0)