Gitea + Renovate + [] = KaTeX parse error #33587
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.newest gitea; always latest renovate release Please tell us more about your question or problemI'm not entirely sure if this is a gitea bug or a renovate bug. When a project's release notes include
in its release notes: https://github.com/woodpecker-ci/woodpecker/releases/tag/v2.8.3 When renovate opens an MR with that line inside, it translates it into:
When gitea attempts to render this through its own MR rendering pipeline, I think it's parsing that opening Is this EDIT: I've also found the release notes for gitea that added TeX support, and it confirms that what's tripping up the parser is the presence of
Github appears to parse and then discard those same LaTeX fences, so this might be a gitea bug after all. Logs (if relevant)LogsI don't believe there are relevant logs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Aha, even better, there's a relevant gitea bug about the problems of the |
Beta Was this translation helpful? Give feedback.
Aha, even better, there's a relevant gitea bug about the problems of the
\[ ... \]
syntax: go-gitea/gitea#27645. I think this is not actually something that renovate is doing wrong, but a poor interaction between the software. Closing.