mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-07 20:24:08 +01:00
Exclude checklists from alternate output formats (#1954)
This commit is contained in:
parent
00af39ecca
commit
938022b1ff
1
changelogs/internal/newsfragments/1954.clarification
Normal file
1
changelogs/internal/newsfragments/1954.clarification
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Exclude markdown checklists from alternate output formats.
|
||||||
|
|
@ -146,3 +146,4 @@ sidebar_menu_compact = true
|
||||||
mediaType = "text/markdown"
|
mediaType = "text/markdown"
|
||||||
isPlainText = true
|
isPlainText = true
|
||||||
baseName = "checklist"
|
baseName = "checklist"
|
||||||
|
notAlternative = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue