[Clang][doc] Add blank line before lists (#77573)
The doc is not correctly rendered with missing blank lines.
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst
index 23a7f4f..c142007 100644
--- a/clang/docs/LanguageExtensions.rst
+++ b/clang/docs/LanguageExtensions.rst
@@ -829,6 +829,7 @@
see below.
* ``_Float16`` is supported on the following targets:
+
* 32-bit ARM (natively on some architecture versions)
* 64-bit ARM (AArch64) (natively on ARMv8.2a and above)
* AMDGPU (natively)
@@ -837,6 +838,7 @@
* RISC-V (natively if Zfh or Zhinx is available)
* ``__bf16`` is supported on the following targets (currently never natively):
+
* 32-bit ARM
* 64-bit ARM (AArch64)
* RISC-V