An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Gohan icon


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.