Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sentinel1909/markdown-html-rs

A simple command line program to separate frontmatter and convert markdown content to HTML
https://github.com/sentinel1909/markdown-html-rs

gray-matter markdown pulldown-cmark rust

Last synced: 6 days ago
JSON representation

A simple command line program to separate frontmatter and convert markdown content to HTML

Awesome Lists containing this project

README

        

# Markdown to HTML Converter

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.