diff --git a/oniro/toolchains.rst b/oniro/toolchains.rst
index 844ccfa6f12ab56c23b24dbdc9b9864405decc6f..0bcc06891a1fa7e625fba14be8fc507e80085a15 100644
--- a/oniro/toolchains.rst
+++ b/oniro/toolchains.rst
@@ -23,6 +23,7 @@ gcc
 Post-2.0 releases of |main_project_name| will likely update to new major versions.
 
 To select gcc, edit `conf/local.conf` and add:
+
 .. code-block:: sh
 
    TOOLCHAIN="gcc"
@@ -35,11 +36,13 @@ clang
 Post-2.0 releases of |main_project_name| will likely update to new major versions.
 
 To select clang, edit `conf/local.conf` and add:
+
 .. code-block:: sh
 
    TOOLCHAIN="clang"
 
 You may also want to add:
+
 .. code-block:: sh
 
    RUNTIME="llvm"