PX4-user_guide
PX4-user_guide copied to clipboard
Mandarin docs and crodin docs do not match up.
Mandarin docs:https://docs.px4.io/master/zh/flight_modes/
Some additional HTML code has been added here:


The same issue appears in Korean documents
Thanks for posting.
This is probably not going to be fixed (at least soon)
- The original source looks like this: https://raw.githubusercontent.com/PX4/PX4-user_guide/master/en/flight_modes/README.md
- The translated source looks like this: https://raw.githubusercontent.com/PX4/PX4-user_guide/master/zh/flight_modes/README.md
Both are valid HTML, but Vuepress is rendering extra stuff in the output. I have raised a bug against them here: https://github.com/vuejs/vuepress/issues/2914
This might also be done by turning the page into markdown. However that has its own problems (e.g. with bullets etc).