docs: fix compatibility matrix [skip ci]

This commit is contained in:
lowlighter
2021-11-11 23:32:04 -05:00
parent 755ac72207
commit 0586a05d09

View File

@@ -300,6 +300,7 @@ metadata.template = async function({__templates, name, plugins, logger}) {
compatibility:{
...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])),
base:true
},
},
check({q, account = "bypass", format = null}) {