scriptorium/parser/post

Values

pub const filename_regex: String

Post filenames must match this regex.

pub fn parse(
  filename: String,
  contents: String,
) -> Result(post.Post, common.ParseError)

Parse post from file data.

Search Document