Flutter-Bounty-Hunters / static_shock

A static site generator for Dart.
MIT License
59 stars 5 forks source link

[Shock] - Add markdown support for front matter #64

Closed matthew-carroll closed 6 months ago

matthew-carroll commented 6 months ago

Flutter Arbiter includes page synopsis descriptions in front matter so that when the pages are listed in the directory, each page can show the synopsis.

It's common for a synopsis to include a code snippet, or other styling. This content is intended to be shown to the user, so it makes sense that such a synopsis should be able to use Markdown.

Make it possible to use Markdown in front matter. This is probably a single instance of a broader goal, which is the use of formatting functions (AKA helper functions) on front_matter values.