Skip to content

takeshiD/miew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

miew

markdown preview tool

Features

  • Selectable parser, render, destination(browser, terminal, etc...)
  • Support mermaid-syntax code block

Installation

sorry not yet prepared

Usage

Rendering to 24bit color ascii text

This mode is default.

$ miew ./example.md

Rendered text

Todo: add image

Rendering to HTML

This mode is optional.

$ miew --render=html ./example.md
<div>
    <pre>...</pre>
    <img src="..." />
    ...
</div>

About

markdown rendering command line tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages