Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.15 KB

Makurust

Makurust is a powerful tool written in Rust that allows you to effortlessly convert your Markdown files into static HTML pages. Inspired by Typescript based Makudaun tool that was originially written by Yuri Katsuki. Makurust is designed to make the conversion process as fast and efficient as possible.

Usage

To use Makurust, simply run the following command:

makurust filename.md

As a result, an HTML page will be created from the given Markdown file. If the output file already exists, it will be overwritten.

Makurust was build using third party library - pulldown-cmark = "0.9.2"

Installation from git

cargo install --locked --git https://github.com/fromgodd/makurust makurust

What is working

  • Basic Markdown Support
  • GitHub-like Markdown Style
  • Aligning
  • Images
  • Code snippets
  • Checkboxes

Under development

  • Table
  • Syntax highlighting for snippets