Manoah Tervoort
Manoah Tervoort
@vejja, I have a Nitro plugin that reads the headers from the routeRules and writes them to a file using `node:fs`. In my CICD pipeline I combine the generated config...
Is there a public place to track your progress on these todos?
Thank you! Looking forward to it :)
@svasilenkov, I now also noticed that greater than signs (`>`) are changed to `>`. This occurs everywhere in the file, not just in links. Could this also be fixed?
@svasilenkov, another one I just experiences: some special markup gets changed to html tags. Italic using `_text_` gets transformed to `text` and the same thing happens to some code blocks...
This page has the generated code, em and strong blocks: https://github.com/mtdvlpr/meeting-media-manager/blob/gitlocalize-bugs/locales/pt/_posts/2022-08-17-configuration.md
This page has the `>` characters converted to `>`: https://github.com/mtdvlpr/meeting-media-manager/blob/gitlocalize-bugs/locales/nl/_posts/2022-08-17-present-media.md`
@svasilenkov, the problems mentioned above are not ideal, but also not breaking. The pages are correctly rendered. The original problem (`{` and `}` converted into `%7B` and `%7D`) is a...