krz/gitbay
A CLI-first git forge.
clone: git clone https://gitbay.org/krz/gitbay.git
#5 render markdown in issue and MR bodies on the web closed
by cmc at 2026-08-24T02:44:04.769Z · labels: roadmap
Issue and MR bodies and comments render as plaintext pre. READMEs already render markdown/org safely (goldmark + sanitizer); reuse that pipeline for bodies and comments.
cmc at 2026-08-24T02:46:49.802Z
Shipped for issue and MR bodies and comments: goldmark with raw HTML dropped, wrap fixes for pre. Cross-references and mentions remain #6.