Skip to content

Commit fd94da0

Browse files
authored
Merge pull request #1713 from quarto-dev/sync-1711-to-prerelease
[Sync to prerelease] Add language name extension
2 parents e51e71b + a6df6fe commit fd94da0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
# don't consider modifications on file used for includes for now.
134134
docs/**/[^_]*.qmd
135135
docs/**/[^_]*.md
136+
docs/extensions/listings/*.yml
136137
json: true
137138
escape_json: false
138139

docs/extensions/listings/shortcodes-and-filters.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
Render [Kroki](https://kroki.io/) diagrams in Quarto websites — including HTML and PDF output.
349349
This extension uses the Kroki API via HTTP GET requests. The Kroki service URL is customizable, and the output format (e.g. SVG, PNG, etc.) can be specified per diagram.
350350
351+
- name: language-name
352+
path: https://github.com/andrewheiss/language-name
353+
author: '[Andrew Heiss](https://github.com/andrewheiss/)'
354+
description: >
355+
Filter for adding customizable language names to code block output
356+
351357
- name: latex-environment
352358
path: https://github.com/quarto-ext/latex-environment
353359
author: '[quarto-ext](https://github.com/quarto-ext)'

0 commit comments

Comments
 (0)