docs: fix compatibility matrix [skip ci]
This commit is contained in:
@@ -300,6 +300,7 @@ metadata.template = async function({__templates, name, plugins, logger}) {
|
|||||||
compatibility:{
|
compatibility:{
|
||||||
...Object.fromEntries(Object.entries(compatibility).filter(([_, value]) => value)),
|
...Object.fromEntries(Object.entries(compatibility).filter(([_, value]) => value)),
|
||||||
...Object.fromEntries(Object.entries(compatibility).filter(([_, value]) => !value).map(([key, value]) => [key, meta.formats?.includes("markdown") ? "embed" : value])),
|
...Object.fromEntries(Object.entries(compatibility).filter(([_, value]) => !value).map(([key, value]) => [key, meta.formats?.includes("markdown") ? "embed" : value])),
|
||||||
|
base:true
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
check({q, account = "bypass", format = null}) {
|
check({q, account = "bypass", format = null}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user