Shrimple – A Simpler, Nicer Markdown
5 hours ago
- #Markdown Alternative
- #Static Site Generator
- #Documentation Tool
- Shrimple is a cleaner Markdown alternative for generating HTML documents.
- Installation requires a Go compiler, and usage involves compiling and running with flags like -s for default CSS and -w for wrapping.
- Links use footnotes to avoid inline URLs, maintaining readability.
- Code blocks require 6 spaces indentation; optional language tags enable highlighting.
- Lists use bullet points and numbered formats with specific indentation rules.
- Headers are defined by underscore thickness (=== for h1, --- for h2) with a minimum line length rule.
- Notes start with an uppercase word followed by colon, with 4-space indentation for content.
- Parse and render dictionaries allow word highlighting without inline markup.
- Static site generation converts directories and files to HTML with menu and navigation links.