Skip to content
/ tinymd Public
forked from jesselawson/tinymd

The TinyMD Markdown compiler built in "Getting Started with Rust"

License

Notifications You must be signed in to change notification settings

N7954/tinymd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyMD, a tiny Markdown compiler

This is the TinyMD compiler that you build in the free online book Getting Started with Rust. It understands basic first-level headings and paragraphs only, and leaves room for improvement.

Usage

  1. Clone this repo:
$ git clone https://www.github.com/jesselawson/tinymd.git
  1. Build from source:
$ cd tinymd && cargo build
  1. Run with the included Markdown file (or your own):
$ cargo run hello.md

Contributing

This repository must match the code content in Getting Started with Rust, so code parity between this repo and the book is paramount.

Any PR to this repo will require a PR to the book, and possibly a content update.

About

The TinyMD Markdown compiler built in "Getting Started with Rust"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%