项目作者: y-yagi

项目描述 :
Markdown Viewer
高级语言: Go
项目地址: git://github.com/y-yagi/mdv.git
创建时间: 2021-03-12T06:57:13Z
项目社区:https://github.com/y-yagi/mdv

开源协议:MIT License

下载


mdv

The mdv is a simple Markdown Viewer.

Usage

Run mdv <filename> at terminal and access to http://localhost:8888/ .

The content automatically refreshes when the file is updated. You don’t need to reload a page.

If you point local files in a markdown file, please specify a directory to dir option that local files exist.

  1. mdv -dir . <filename>

Style

mdv uses github-markdown-css by default. If you want to use an original style, please specify a css option. mdv only use the CSS file if css option is specified.

  1. mdv -css <CSS filename> <filename>

Installation

Download files from GitHub release page.