Skip to content

Commit 322d82b

Browse files
committed
tests - use new syntax-highlighting instead of old highlight-style
1 parent 970b0c6 commit 322d82b

37 files changed

Lines changed: 41 additions & 41 deletions

tests/docs/extensions/basic/_extensions/quarto-journals/jss/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contributes:
1616
pdf:
1717
shift-heading-level-by: -1
1818
tbl-cap-location: bottom
19-
highlight-style: none
19+
syntax-highlighting: none
2020
include-in-header:
2121
text: |
2222
\usepackage{orcidlink,thumbpdf,lmodern}

tests/docs/extensions/project/_extensions/quarto-journals/jss/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contributes:
1616
pdf:
1717
shift-heading-level-by: -1
1818
tbl-cap-location: bottom
19-
highlight-style: none
19+
syntax-highlighting: none
2020
include-in-header:
2121
text: |
2222
\usepackage{orcidlink,thumbpdf,lmodern}

tests/docs/latexmk/chunks.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
highlight-style: github
2+
syntax-highlighting: github
33
format: pdf
44
---
55

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing a11y code highlight
3-
highlight-style: a11y
3+
syntax-highlighting: a11y
44
---
55

66
{{< include _body.md >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing arrow code highlight
3-
highlight-style: arrow
3+
syntax-highlighting: arrow
44
---
55

66
{{< include _body.md >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing atom-one code highlight
3-
highlight-style: atom-one
3+
syntax-highlighting: atom-one
44
---
55

66
{{< include _body.md >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing ayu-mirage code highlight
3-
highlight-style: ayu-mirage
3+
syntax-highlighting: ayu-mirage
44
---
55

66
{{< include _body.md >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing ayu code highlight
3-
highlight-style: ayu
3+
syntax-highlighting: ayu
44
---
55

66
{{< include _body.md >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing breeze code highlight
3-
highlight-style: breeze
3+
syntax-highlighting: breeze
44
---
55

66
{{< include _body.md >}}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Testing breezedark code highlight
3-
highlight-style: breezedark
3+
syntax-highlighting: breezedark
44
---
55

66
{{< include _body.md >}}

0 commit comments

Comments
 (0)