From 273c52d5c54fbaa8d6b75be0e1520df5ede22411 Mon Sep 17 00:00:00 2001 From: Adam Blake Date: Tue, 5 Nov 2024 13:44:05 -0800 Subject: [PATCH 1/2] feat: add inline-svg filter --- docs/extensions/listings/shortcodes-and-filters.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index e261bbf03..66e373aff 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -250,6 +250,13 @@ description: > Filter to include code from source files. +- name: inline-svg + path: https://github.com/coursekata/quarto-inline-svg + author: '[Adam Blake](https://github.com/adamblake)' + description: > + This filter finds SVG files generated by the Quarto render process and + inlines them into the output file. + - name: interactive-sql path: https://github.com/shafayetShafee/interactive-sql author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)' From 55624e905d5daee4f265e676af285db92facf397 Mon Sep 17 00:00:00 2001 From: Adam Blake Date: Wed, 6 Nov 2024 12:34:45 -0800 Subject: [PATCH 2/2] docs: note similarity between inline-svg and embed-resources --- .../listings/shortcodes-and-filters.yml | 175 +++++++++--------- 1 file changed, 88 insertions(+), 87 deletions(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 66e373aff..144c3179b 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -1,297 +1,298 @@ - name: abstract-section path: https://github.com/pandoc-ext/abstract-section - author: '[pandoc-ext](https://github.com/pandoc-ext/abstract-section)' + author: "[pandoc-ext](https://github.com/pandoc-ext/abstract-section)" description: > Write an article abstract in a normal section, not the YAML metadata. - name: academicons path: https://github.com/schochastics/academicons - author: '[schochastics](https://github.com/schochastics)' + author: "[schochastics](https://github.com/schochastics)" description: > Use [Academicons](https://jpswalsh.github.io/academicons/) in HTML documents - name: add-code-files path: https://github.com/shafayetShafee/add-code-files - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter to add code from source files as a code block that works with `code-fold`. - name: adsense path: https://github.com/coatless-quarto/adsense - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: Enable Google Adsense in HTML Documents - name: animate path: https://github.com/mcanouil/quarto-animate - author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + author: "[Mickaël CANOUIL](https://github.com/mcanouil)" description: > Shortcode for animating text using [Animate.css](https://animate.style/). - name: assign path: https://github.com/coatless-quarto/assign - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > A Quarto Extension for educators writing assignments by combining instruction and solution authoring. - name: authors-block path: https://github.com/kapsner/authors-block author: - - '[Lorenz A. Kapsner](https://github.com/kapsner)' - - '[Albert Krewinkel](https://github.com/tarleb)' - - '[Robert Winkler](https://github.com/robert-winkler)' + - "[Lorenz A. Kapsner](https://github.com/kapsner)" + - "[Albert Krewinkel](https://github.com/tarleb)" + - "[Robert Winkler](https://github.com/robert-winkler)" description: > Add author-related header block when rendering docx-documents. - name: auto-dark path: https://github.com/gadenbuie/quarto-auto-dark - author: '[Garrick Aden-Buie](https://github.com/gadenbuie)' + author: "[Garrick Aden-Buie](https://github.com/gadenbuie)" description: > Automatic dark mode for Quarto websites and slides. - name: base64 path: https://github.com/gadenbuie/quarto-base64 - author: '[Garrick Aden-Buie](https://github.com/gadenbuie)' + author: "[Garrick Aden-Buie](https://github.com/gadenbuie)" description: > A shortcode to embed base64-encoded files in Quarto documents. Useful with shinylive. - name: black-formatter path: https://github.com/shafayetShafee/black-formatter - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee/)" description: > Format the codes in python code-chunk using [black](https://black.readthedocs.io/en/stable/index.html) formatter. - name: bsicons path: https://github.com/shafayetShafee/bsicons - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Use [Bootstrap Icons](https://icons.getbootstrap.com/) in HTML documents and Revealjs presentations. - name: code-fullscreen path: https://github.com/shafayetShafee/code-fullscreen - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter that adds a fullscreen button in the code blocks in revealjs slides and html documents. - name: code-insertion path: https://github.com/feynlee/code-insertion - author: '[Ziyue Li](https://github.com/feynlee)' + author: "[Ziyue Li](https://github.com/feynlee)" description: > Add markdown/html code immediately before and/or after a post. - name: code-visibility path: https://github.com/jjallaire/code-visibility - author: '[jjallaire](https://github.com/jjallaire)' + author: "[jjallaire](https://github.com/jjallaire)" description: > Directives for filtering code and stream output included within a document. - name: codecelloptions path: https://github.com/coatless-quarto/codecelloptions - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > Developer extension to parse options from custom code cells. - name: collapse-callout path: https://github.com/shafayetShafee/collapse-callout - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter that provides global options to make the [`Callout Blocks`](https://quarto.org/docs/authoring/callouts.html) [`collapsible`](https://quarto.org/docs/authoring/callouts.html#collapse) in HTML documents - name: collapse-social-embeds path: https://github.com/shafayetShafee/collapse-social-embeds - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) for HTML format. - name: countdown path: https://github.com/gadenbuie/countdown - author: '[Garrick Aden-Buie](https://github.com/gadenbuie/) and [James Joseph Balamuta](https://github.com/coatless/)' + author: "[Garrick Aden-Buie](https://github.com/gadenbuie/) and [James Joseph Balamuta](https://github.com/coatless/)" description: > Add countdown timers to slides and HTML documents - name: critic-markup path: https://github.com/mloubout/critic-markup - author: '[Mathias Louboutin](https://github.com/mloubout/)' + author: "[Mathias Louboutin](https://github.com/mloubout/)" description: > Handle critic markup syntax for tracking changes. - name: custom-callout path: https://github.com/coatless-quarto/custom-callout - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > - Create custom callouts with different colors, icons, and appearance + Create custom callouts with different colors, icons, and appearance in your document. - name: d2 path: https://github.com/data-intuitive/quarto-d2 - author: '[Data Intuitive](https://github.com/data-intuitive/)' + author: "[Data Intuitive](https://github.com/data-intuitive/)" description: > Render [D2 diagrams](https://d2lang.com) directly in your documents. - name: diagram path: https://github.com/pandoc-ext/diagram - author: '[Albert Krewinkel](https://github.com/tarleb)' + author: "[Albert Krewinkel](https://github.com/tarleb)" description: > Generate diagrams from embedded code; supports Mermaid, Dot/GraphViz, PlantUML, Asymptote, and TikZ. - name: docx-horizontal-rule path: https://github.com/ttalVlatt/Quarto-Docx-Horizontal-Rule - author: '[Matt Capaldi](https://github.com/ttalVlatt/)' + author: "[Matt Capaldi](https://github.com/ttalVlatt/)" description: > A simple tool to edit the format of a horizontal rule in .docx output - name: downloadthis path: https://github.com/shafayetShafee/downloadthis - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Shortcode that allows to implement a download button with embedded small text/csv/image files for html format. - name: elevator path: https://github.com/mcanouil/quarto-elevator - author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + author: "[Mickaël CANOUIL](https://github.com/mcanouil)" description: > Shortcode for using [Elevator.js](https://tholman.com/elevator.js/) in HTML documents. - name: embedio path: https://github.com/coatless-quarto/embedio - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > Variety of shortcodes for including files and content in HTML documents - name: embedpdf path: https://github.com/jmgirard/embedpdf - author: '[Jeffrey Girard](https://github.com/jmgirard/)' + author: "[Jeffrey Girard](https://github.com/jmgirard/)" description: > Easily embed PDF files within HTML documents. - name: fancy-text path: https://github.com/quarto-ext/fancy-text - author: '[quarto-ext](https://github.com/quarto-ext)' + author: "[quarto-ext](https://github.com/quarto-ext)" description: > Output nicely formatted versions of fancy strings such as LaTeX and BibTeX in multiple formats. - name: figure-table-formatter path: https://github.com/iagopinal/figure-table-formatter - author: '[Iago Pinal-Fernandez](https://github.com/iagopinal)' + author: "[Iago Pinal-Fernandez](https://github.com/iagopinal)" description: > - Format the cross-references for figures, supplementary figures, tables, + Format the cross-references for figures, supplementary figures, tables, and supplementary tables following their sequential order in the document. - name: first-line-indent path: https://github.com/dialoa/first-line-indent - author: '[Dialoa/Julien Dutant](https://github.com/dialoa/)' + author: "[Dialoa/Julien Dutant](https://github.com/dialoa/)" description: > Smart first-line indent for HTML/LaTeX/PDF outputs - name: fontawesome path: https://github.com/quarto-ext/fontawesome - author: '[quarto-ext](https://github.com/quarto-ext)' + author: "[quarto-ext](https://github.com/quarto-ext)" description: > Use [Font Awesome](https://fontawesome.com) icons in HTML and PDF documents. - name: forms path: https://github.com/jlgraves-ubc/forms - author: '[Jonathan Graves](https://github.com/jlgraves-ubc)' + author: "[Jonathan Graves](https://github.com/jlgraves-ubc)" description: > Embed flexible [HTML forms](https://www.w3schools.com/html/html_forms.asp) in documents. - name: fullframegraphics path: https://github.com/pagiraud/fullframegraphics - author: '[Pierre-Amiel Giraud](https://github.com/pagiraud/)' + author: "[Pierre-Amiel Giraud](https://github.com/pagiraud/)" description: > Easily create and configure Beamer slides with full frame graphics. - name: gfm-strip-disallowed path: https://github.com/restlessronin/gfm-strip-disallowed - author: '[restlessronin](https://github.com/restlessronin)' + author: "[restlessronin](https://github.com/restlessronin)" description: > Remove raw HTML blocks (such as '<style>') that are disallowed by GFM. - name: github path: https://github.com/mcanouil/quarto-github - author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + author: "[Mickaël CANOUIL](https://github.com/mcanouil)" description: > Use GitHub short references (commits, issues, discussions, and pull request) directly into your Quarto documents. - name: hide-comment path: https://github.com/shafayetShafee/hide-comment - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter that provides comment-directive to hide comment from code chunk in the rendered document (works for html/revealjs/pdf format). - name: highlight-text path: https://github.com/mcanouil/quarto-highlight-text - author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + author: "[Mickaël CANOUIL](https://github.com/mcanouil)" description: > Quarto extension that allows to highlight text in a document for various formats: HTML, LaTeX, Typst, and Docx. - name: iconify path: https://github.com/mcanouil/quarto-iconify - author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + author: "[Mickaël CANOUIL](https://github.com/mcanouil)" description: > Use [Iconify](https://icon-sets.iconify.design/) icons in HTML documents. - name: imagify path: https://github.com/dialoa/imagify - author: '[Dialoa](https://github.com/dialoa/)' + author: "[Dialoa](https://github.com/dialoa/)" description: > Convert embedded LaTeX to images and use .tex/.tikz files as image sources. - name: include-code-files path: https://github.com/quarto-ext/include-code-files - author: '[quarto-ext](https://github.com/quarto-ext)' + author: "[quarto-ext](https://github.com/quarto-ext)" description: > Filter to include code from source files. - name: inline-svg path: https://github.com/coursekata/quarto-inline-svg - author: '[Adam Blake](https://github.com/adamblake)' + author: "[Adam Blake](https://github.com/adamblake)" description: > This filter finds SVG files generated by the Quarto render process and - inlines them into the output file. + inlines them into the output file. This is similar to the `embed-resources` + rendering option, but specifically for SVG files. - name: interactive-sql path: https://github.com/shafayetShafee/interactive-sql - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee/)" description: > A Quarto filter to run SQL queries interactively from a SQLite database created at render time in html documents and Revealjs presentations. - name: kroki path: https://github.com/fermarsan/quarto-kroki - author: '[fermarsan](https://github.com/fermarsan)' + author: "[fermarsan](https://github.com/fermarsan)" description: > - Render Kroki diagrams in Quarto documents (HTML and PDF) + Render Kroki diagrams in Quarto documents (HTML and PDF) This uses the Kroki HTTP API via curl, doing a POST request. - name: latex-environment path: https://github.com/quarto-ext/latex-environment - author: '[quarto-ext](https://github.com/quarto-ext)' + author: "[quarto-ext](https://github.com/quarto-ext)" description: > Output divs as custom LaTeX environments. - name: leg-cite path: https://github.com/blackerby/leg-cite - author: '[William Blackerby](https://github.com/blackerby)' + author: "[William Blackerby](https://github.com/blackerby)" description: > US federal legislation citation macros: expands citations into links to Congress.gov - name: lightbox path: https://github.com/quarto-ext/lightbox - author: '[quarto-ext](https://github.com/quarto-ext)' + author: "[quarto-ext](https://github.com/quarto-ext)" description: > Create [lightbox](https://biati-digital.github.io/glightbox/) treatments for images in your HTML documents. - name: line-highlight path: https://github.com/shafayetShafee/line-highlight - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter to enable source code and output line highlighting for HTML documents (`format: html`) similar as how [`code-line-numbers`](https://quarto.org/docs/reference/formats/html.html#code) @@ -299,200 +300,200 @@ - name: lordicon path: https://github.com/jmgirard/lordicon - author: '[Jeffrey Girard](https://github.com/jmgirard)' + author: "[Jeffrey Girard](https://github.com/jmgirard)" description: > Use [Lordicon](https://lordicon.com/icons) icons in HTML documents. - name: lua-env path: https://github.com/mcanouil/quarto-lua-env - author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + author: "[Mickaël CANOUIL](https://github.com/mcanouil)" description: > A filter/shortcode extension for Quarto to provide access to LUA objects as metadata. - name: mastodon-comments path: https://github.com/AndreasThinks/quarto-mastodon-comments - author: '[AndreasThinks](https://github.com/AndreasThinks/)' + author: "[AndreasThinks](https://github.com/AndreasThinks/)" description: > Enables adding Mastodon powered comments to posts and articles. - name: material-icons path: https://github.com/shafayetShafee/material-icons - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Use [Material Design Icons](https://fonts.google.com/icons?icon.set=Material+Icons&icon.query=chart) in HTML documents and Revealjs presentations. - name: molstar path: https://github.com/jmbuhr/quarto-molstar - author: '[jmbuhr](https://github.com/jmbuhr)' + author: "[jmbuhr](https://github.com/jmbuhr)" description: > Shortcode to embed proteins and trajectories with [Mol*](https://molstar.org/). - name: nameref path: https://github.com/shafayetShafee/nameref - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee)" description: > Filter that allows to refer a section/image/table using a name for both pdf and HTML format. - name: nutshell path: https://github.com/schochastics/quarto-nutshell - author: '[schochastics](https://github.com/schochastics)' + author: "[schochastics](https://github.com/schochastics)" description: > Embed [Nutshell](https://ncase.me/nutshell/) expandable explanations in HTML documents. - name: options path: https://github.com/coatless-quarto/options - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > Developer extension to work with option values. - name: panelize path: https://github.com/coatless-quarto/panelize - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > A Quarto Extension that formats code cells into a tabset panel, displaying static and interactive code cells side-by-side with code cell options. - name: partials path: https://github.com/gadenbuie/quarto-partials - author: '[Garrick Aden-Buie](https://github.com/gadenbuie)' + author: "[Garrick Aden-Buie](https://github.com/gadenbuie)" description: A shortcode to include partial content templates using the mustache templating syntax. - name: pseudocode path: https://github.com/leovan/quarto-pseudocode - author: '[范叶亮 > Leo Van](https://github.com/leovan)' + author: "[范叶亮 > Leo Van](https://github.com/leovan)" description: > A Quarto filter extension to render pseudocode for html and pdf format. - name: pyodide path: https://github.com/coatless-quarto/pyodide - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > Embed [Pyodide](https://pyodide.org/en/stable/) in HTML documents to enable interactive Python code cells without the need for a Python server. - name: qrcode path: https://github.com/jmbuhr/quarto-qrcode - author: '[jmbuhr](https://github.com/jmbuhr)' + author: "[jmbuhr](https://github.com/jmbuhr)" description: > Shortcode to embed QR codes using [qrcodejs](https://davidshimjs.github.io/qrcodejs/). - name: qreacto path: https://github.com/clearmatics/qreacto - author: '[clearmatics](https://github.com/clearmatics/)' + author: "[clearmatics](https://github.com/clearmatics/)" description: > Run standalone React components in your project! - name: recursive-citeproc path: https://github.com/dialoa/recursive-citeproc - author: '[Dialoa/Julien Dutant](https://github.com/dialoa/)' + author: "[Dialoa/Julien Dutant](https://github.com/dialoa/)" description: > Handle self-citing bibliographies. - name: reveal-header path: https://github.com/shafayetShafee/reveal-header - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)' + author: "[Shafayet Khan Shafee](https://github.com/shafayetShafee/)" description: > Add header text and header logo in all pages of RevealJs slide - name: scheduled-docs path: https://github.com/qmd-lab/scheduled-docs - author: '[Andrew Bray](https://github.com/andrewpbray/)' + author: "[Andrew Bray](https://github.com/andrewpbray/)" description: > Publish blog posts or web pages on a schedule. - name: search-replace path: https://github.com/ute/search-replace - author: '[Ute Hahn](https://github.com/ute/)' + author: "[Ute Hahn](https://github.com/ute/)" description: > Automatically search and replace strings in quarto documents upon rendering - name: section-biblios path: https://github.com/pandoc-ext/section-bibliographies - author: '[pandoc-ext](https://github.com/pandoc-ext/abstract-section)' + author: "[pandoc-ext](https://github.com/pandoc-ext/abstract-section)" description: > Filter that generates a bibliography for each top-level section / chapter. - name: share-post path: https://github.com/dragonstyle/share-post - author: '[dragonstyle](https://github.com/dragonstyle)' + author: "[dragonstyle](https://github.com/dragonstyle)" description: > Embed social media posts in documents and pages. - name: shinylive path: https://github.com/quarto-ext/shinylive - author: '[quarto-ext](https://github.com/quarto-ext)' + author: "[quarto-ext](https://github.com/quarto-ext)" description: > This extension lets you embed [Shinylive](https://shiny.rstudio.com/py/docs/shinylive.html) applications in a Quarto document. - name: social-embeds path: https://github.com/sellorm/quarto-social-embeds - author: '[sellorm](https://github.com/sellorm)' + author: "[sellorm](https://github.com/sellorm)" description: > Embed content from across the web into HTML documents using a shortcode. - name: social-share path: https://github.com/schochastics/quarto-social-share - author: '[schochastics](https://github.com/schochastics)' + author: "[schochastics](https://github.com/schochastics)" description: > Add buttons to share articles on various social media platforms. - name: speakernotes path: https://github.com/pagiraud/speakernotes - author: '[Pierre-Amiel Giraud](https://github.com/pagiraud/)' + author: "[Pierre-Amiel Giraud](https://github.com/pagiraud/)" description: > Easily handle your speaker notes when exporting your presentation to other formats (mainly HTML, PDF, ODT and DOCX) to produce a handout. - + - name: style-text path: https://github.com/leovan/quarto-style-text - author: '[范叶亮 > Leo Van](https://github.com/leovan)' + author: "[范叶亮 > Leo Van](https://github.com/leovan)" description: > A Quarto filter to render style text for html and pdf document. - name: svgbob path: https://github.com/kdheepak/quarto-svgbob - author: '[kdheepak](https://github.com/kdheepak/)' + author: "[kdheepak](https://github.com/kdheepak/)" description: > Render svgbob diagrams in quarto documents. - name: tachyons path: https://github.com/gadenbuie/quarto-tachyons - author: '[Garrick Aden-Buie](https://github.com/gadenbuie)' + author: "[Garrick Aden-Buie](https://github.com/gadenbuie)" description: > Include Tachyons (utility CSS classes) in Quarto websites and slides. - name: tikz path: https://github.com/danmackinlay/quarto_tikz - author: '[danmackinlay](https://github.com/danmackinlay)' + author: "[danmackinlay](https://github.com/danmackinlay)" description: > A filter that renders [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) diagrams in HTML as SVG. - name: typst-function path: https://github.com/christopherkenny/typst-function - author: '[Christopher T. Kenny](https://github.com/christopherkenny)' + author: "[Christopher T. Kenny](https://github.com/christopherkenny)" description: > Output divs and spans as Typst functions. - name: unsplash path: https://github.com/dragonstyle/unsplash - author: '[dragonstyle](https://github.com/dragonstyle)' + author: "[dragonstyle](https://github.com/dragonstyle)" description: > Shortcode to use Unsplash images within documents. - name: watermark path: https://github.com/leovan/quarto-watermark - author: '[范叶亮 > Leo Van](https://github.com/leovan)' + author: "[范叶亮 > Leo Van](https://github.com/leovan)" description: > A Quarto filter to add watermark for html and pdf format output. - name: webr path: https://github.com/coatless/quarto-webr - author: '[James Joseph Balamuta](https://github.com/coatless/)' + author: "[James Joseph Balamuta](https://github.com/coatless/)" description: > Embed [WebR](https://docs.r-wasm.org/webr/latest/) in HTML documents to enable interactive R code cells without the need for an R server. - name: wordcount path: https://github.com/andrewheiss/quarto-wordcount - author: '[Andrew Heiss](https://github.com/andrewheiss/)' + author: "[Andrew Heiss](https://github.com/andrewheiss/)" description: Quarto extension for calculating accurate word counts