ad_pubfiles/testinclude.ori

7 lines
186 B
Plaintext

{
test: testfile.ori.md/
all: .
allmd: Tree.filter(all, (val, key) => key.endsWith('.md') && !key.startsWith('_'))
docs: Tree.map(allmd, {value: (val) => Origami.unpack(val)})
}