This is a simple command line program, written in Rust, which will take a markdown file as input and output the corresponding HTML file. If frontmatter is present at the top of the markdown file, the program will extract it and save it as JSON.
sentinel1909/markdown-html-rs
A simple command line program to separate frontmatter and convert markdown content to HTML
RustMIT