Skip to content

Literal

The most basic kind of match you can do in a schema is just plain text. Literal text always validates itself.

schema.mds
Hello World
input.md
Hello World
schema.mds
# Hi
input.md
# Hi
schema.mds
Hello World
input.md
Hello World
schema.mds
# Hi
input.md
## Hi