Skip to content

fuqcool/markdown-doc-style

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my local markdown working environment. It comes with a redcarpet wrapper, a markdown css, and a syntax css for code highlighting.

Install

Make sure you have ruby installed. Then run bundle install to install the dependencies (redcarpet, pygments). That's it.

Usage

<!-- Default css style for markdown. Can be used independently. -->
<link rel="stylesheet" href="./style.css"></link>

<!-- Include it if you want syntax highlighting. -->
<link rel="stylesheet" href="./syntax.css"></link>

Run ./compile PATH-TO-FILE to generate HTML file.

Lincense

MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published