https://github.com/brunojppb/gohan
Markdown Parser and HTML compiler for generating static sites
https://github.com/brunojppb/gohan
html markdown parser rust
Last synced: about 2 months ago
JSON representation
Markdown Parser and HTML compiler for generating static sites
- Host: GitHub
- URL: https://github.com/brunojppb/gohan
- Owner: brunojppb
- Created: 2024-05-03T06:59:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T09:49:53.000Z (about 2 years ago)
- Last Synced: 2025-06-10T10:10:02.459Z (about 1 year ago)
- Topics: html, markdown, parser, rust
- Language: Rust
- Homepage: https://gohan.bpaulino.com
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Gohan
Static site generator based on Markdown files
## Features
This is a learning project I aim to use to generate my own websites. I am going to slowly work on the following features:
- Markdown Lexer and Parser
- Markdown to HTML compiler
- WebAssembly Web app to test the parser/compiler
- Syntax highlighting for the most common languages I use
- Support for templating
### Try it yourself
I've setup continuous deployment for a Web app built from the [web_repl](./web_repl/README.md) crate.
Try it yourself here: [gohan.bpaulino.com](https://gohan.bpaulino.com)
> [!CAUTION]
> This is a highly experimental project and the markdown parser does not handle all cases just yet.
> I aim to slowly implement the [CommonMark spec](https://commonmark.org/), but it's way too far away from being anywhere completed. Do not use this in production.