theyashwanthsai / MDcompiler

Building a Markdown compiler—a cli tool that takes a Markdown file as input, converts it to HTML, and writes that HTML to another file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Compiler

Building a simple markdown compiler in rust

Todo

  • Add support for ##, ###, >, *
  • Add more test cases

References

I am following this book to build this project. Its a very good book which teaches rust from the basics.

About

Building a Markdown compiler—a cli tool that takes a Markdown file as input, converts it to HTML, and writes that HTML to another file


Languages

Language:Rust 95.0%Language:HTML 5.0%