EdJoPaTo / markdown-to-standalone-html

Create a standalone HTML file from Markdown with basic CSS
MIT License
8 stars 1 forks source link

use / ignore frontmatter #2

Open EdJoPaTo opened 3 years ago

EdJoPaTo commented 3 years ago

Frontmatter like its used with hugo is only helpful there but when using this tool on a single article it should be possible to ignore the frontmatter part

EdJoPaTo commented 3 years ago

Maybe also use title from frontmatter for <head><title>. Other infos like tags or date might also be intersting in <head> (date can work like versions).

This might also be interesting as <footer> content