RC-Lee / SiteGen

Static Site Generator
MIT License
0 stars 3 forks source link

Add Markdown support. #4

Closed abatomunkuev closed 3 years ago

abatomunkuev commented 3 years ago

Current static generator supports .txt files format.

I am going to add a new support for Markdown (.md) files. Specifically, I am going to implement several Markdown features: headers (1,2,3), links, italic and bold texts. In addition, I will provide documentation on Markdown support in README.md file.