feat: render issue/PR body as markdown via Gitea API #49
Reference in New Issue
Block a user
Delete Branch "feature/render-markdown-rebase2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rebased replacement for #46 and #48.
Renders issue and PR body text as Gitea-flavoured Markdown (GFM) using the
/api/v1/markdownendpoint. Falls back to plain text if the API call fails. AddsRenderMarkdownto the Gitea client and wires it intoIssueDetailandPullDetailhandlers.Rebased on top of master after merging #42, #43, #44, #45, and #47.