Skip to content

Commit 00b8aa6

Browse files
authored
Merge pull request #4268 from cwickham/remove-codeline-option
Remove `docx` format from `code_line_numbers` schema
2 parents b6d4034 + 29a9f14 commit 00b8aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/schema/cell-codeoutput.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
- name: code-line-numbers
7979
tags:
8080
contexts: [document-code]
81-
formats: [$html-all, docx, ms, $pdf-all]
81+
formats: [$html-all, ms, $pdf-all]
8282
schema:
8383
anyOf:
8484
- boolean

0 commit comments

Comments
 (0)