Skip to content
This repository was archived by the owner on Mar 14, 2026. It is now read-only.

devbyte1328/github-markdown-renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Markdown Renderer

This repository provides a setup to render GitHub-styled Markdown documents

locally (offline) with mdBook.


Installation

sudo pacman -S mdbook --noconfirm && \
git clone https://github.com/devbyte1328/github-markdown-renderer && \
cd github-markdown-renderer && \
python Setup.py && \
cd .. && \
rm -rf github-markdown-renderer && \
source ~/.bashrc

Usage

Render a Markdown file with:

markdown README.md

Then open:

http://localhost:4000

About

Render GitHub-styled Markdown locally using mdBook with a simple CLI workflow.

Resources

License

Stars

Watchers

Forks

Contributors

Languages