We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186fb5d commit 98fe3d0Copy full SHA for 98fe3d0
_extensions/wordcount/_extension.yml
@@ -4,7 +4,7 @@ authors:
4
orcid: 0000-0003-1866-860X
5
- name: Justin Landis
6
orcid: 0000-0001-5501-4934
7
-version: 1.6.1
+version: 1.6.2
8
quarto-required: ">=1.4.551"
9
contributes:
10
shortcodes:
_extensions/wordcount/banner.html
@@ -3,6 +3,7 @@
3
var statusDiv = document.createElement('div');
statusDiv.className = 'alert alert-primary text-center';
statusDiv.role = 'alert';
+statusDiv.style.marginBottom = '0';
// Add the content of params$wordcount to the status div
statusDiv.innerHTML = '<i class="bi bi-bar-chart-fill"></i> `r trimws(params$wordcount)`';
0 commit comments