Skip to content

dead-tech/tmdc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example workflow example workflow

tmdc - Tiny Markdown Compiler

This project is still in active development, use it at your own risk!

Simple Markdown to HTML compiler written in Rust.

Features

  • Headings
  • Paragraphs
  • Italic
  • Bold
  • Multi-line code blocks
  • Unordered lists
  • Line Breaks

Dependecies

Usage

Running with cargo

$ cargo run -- <filepath>.md

Building with cargo then running

$ cargo build
$ ./target/debug/tmdc <filepath>.md

Test files can be found in the examples dir.

About

Tiny Markdown Compiler in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages