doc: release-notes: fix syntax issues

This patch fixes a couple of syntax issues that lead to incorrectly
rendered content:

- Bad list indentation
- Missing blank line between list item and sub-item.

Also made 'label' a literal.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-09-22 15:14:30 +02:00 committed by Fabio Baltieri
commit fa308ca191

View file

@ -127,7 +127,7 @@ Deprecated in this release
Related Kconfig :kconfig:option:`CONFIG_STM32_LPTIM_CLOCK` option is now
deprecated.
* 'label' property from devicetree as a base property. The property is still
* ``label`` property from devicetree as a base property. The property is still
valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
:dtcompatible:`fixed-partitions`.
@ -652,6 +652,7 @@ HALs
****
* Atmel
* sam: Fix incorrect CIDR values for revision b silicon of SAMV71 devices.
* Espressif