You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Parse YAML to Elixir, getting an Elixir map from the YAML FrontMatter string.
Then, feed the resulting elixir map to the current ElixirMap parser, this way, there's no need to worry about the low level details
As an example, the JoplinNote parser also uses the ElixirMap parser. This way you don't need to worry about the inner details of what the YAML data contains, the validation is all done by ElixirMap and FileParser anyway.
Example markdown file
---
title: Elixir!
---
Content...
The text was updated successfully, but these errors were encountered:
Proposed Solution
As an example, the JoplinNote parser also uses the
ElixirMap
parser. This way you don't need to worry about the inner details of what the YAML data contains, the validation is all done byElixirMap
andFileParser
anyway.Example markdown file
The text was updated successfully, but these errors were encountered: