module FrontMatterParser::Loader
This module includes front matter loaders (from a string -usually extracted with a {SyntaxParser}- to hash). They must respond to a `::call` method which accepts the String as argument and respond with a Hash.
This module includes front matter loaders (from a string -usually extracted with a {SyntaxParser}- to hash). They must respond to a `::call` method which accepts the String as argument and respond with a Hash.