Hacker News new | ask | show | jobs
Show HN: ghore, an Offline Renderer for GitHub flavoured Markdown (github.com)
22 points by balu_palepu 814 days ago
Ghore is a simple cli tool to preview markdown files like they would appear on Github. It doesn't rely on Github's API and can be used completely offline. It also supports live preview of mermaid code blocks (Github's API doesn't process mermaid codeblocks).
2 comments

A popular implementation of the idea written in Python:

https://github.com/joeyespo/grip

This package completely rely on the github API and doesn’t support mermaid code blocks, where as ghore is completely offline tool doesn’t rely on github api and supports mermaid code blocks.
This is awesome! I've wanted this for a while
Glad you like it! Enjoy using the tool!