Eakam1007 / rost_gen

A simple static site generator built using Rust
MIT License
0 stars 3 forks source link

rost_gen Markdown Support #22

Closed CDPhu closed 1 year ago

CDPhu commented 1 year ago

I want to introduce Markdown features to the rost_gen open source project. This support will allow the users to use not only .txt files but .md files as well. The new feature will be able to parse a Markdown feature into HTML.

Markdown Features could include: Italics, Bold, Heading 1, Heading 2, or a Link.

First, I will implement the ability for the tool to support .md files. Secondly, I will be implementing the heading1 feature from the Markdown syntax