Module: Sitepress::Parsers
- Defined in:
- lib/sitepress/parsers.rb,
lib/sitepress/parsers/base.rb,
lib/sitepress/parsers/notion.rb,
lib/sitepress/parsers/frontmatter.rb
Overview
Parsers parse the data and the body out of an asset. The resulting data is referenced by ‘Resource#data`, which is `current_page.data` from page templates.
Defined Under Namespace
Classes: Base, Frontmatter, Notion