GitHub Markdown
GitHub-flavored markdown rendering
Routes
| Protocol | Address | JAR | Provider |
|---|---|---|---|
| url | url://githubmarkdown/ | github-markdown-server.jar | danger_jarfile |
Repositories
| Repository | Layer | Description |
|---|---|---|
| github-markdown | other | GitHub-flavored markdown rendering service |
Depends on
ContainerNursery— hosting
Documentation Edit this page
GitHub Markdown
Markdown rendering service.
Description
Renders GitHub-flavored markdown to HTML. Provides a url:// protocol endpoint that accepts markdown content and returns rendered HTML output.
Architecture
Single-layer backend service. Accepts markdown input over the url:// protocol and returns rendered HTML using GitHub-flavored markdown processing.
Dependents
- Services that need server-side markdown rendering.
Deployment
Deployed as github-markdown-server.jar on ContainerNursery, registered at url://githubmarkdown/.
Health Checks
Standard url:// protocol health checks.
Notes
- Produces HTML output compatible with GitHub-flavored markdown specification.
Read at commit 45ba0b30ed3b