mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
In the CA_ICE_PERIOD param description, a '>' was at the start of a line. This is interpredeted by markdown as a quotation type indented block which applies not only to that line, but to all following ones. Changing the line breaks to only occur after full stops fixes it.