Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sentinel1909/markdown-html-rs
- Owner: sentinel1909
- License: mit
- Created: 2023-07-31T02:43:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-10T02:51:34.000Z (2 months ago)
- Last Synced: 2024-09-10T06:05:42.783Z (2 months ago)
- Topics: gray-matter, markdown, pulldown-cmark, rust
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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.