소스 검색

Fixed unordered list markup in "Converting GLSL to Godot shaders"

The unordered list markup was missing a blank line at the beginning, so it displayed all the list item on a single line of text instead of in a proper bulleted list.
seadylan 1 년 전
부모
커밋
83cad834b2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tutorials/shaders/converting_glsl_to_godot_shaders.rst

+ 1 - 0
tutorials/shaders/converting_glsl_to_godot_shaders.rst

@@ -75,6 +75,7 @@ Macros
 ^^^^^^
 
 The :ref:`Godot shader preprocessor<doc_shader_preprocessor>` supports the following macros:
+
 * ``#define`` / ``#undef``
 * ``#if``, ``#elif``, ``#else``, ``#endif``, ``defined()``, ``#ifdef``, ``#ifndef``
 * ``#include`` (only ``.gdshaderinc`` files and with a maximum depth of 25)