Browse Source

Fix GDScript example formating

First 3 lines of actual code appeared in the tab title instead of in the code block.
Martin 4 years ago
parent
commit
dc0fca892a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tutorials/plugins/editor/inspector_plugins.rst

+ 1 - 0
tutorials/plugins/editor/inspector_plugins.rst

@@ -43,6 +43,7 @@ you should remove the instance you have added by calling
 
 
 .. tabs::
 .. tabs::
   .. code-tab:: gdscript GDScript
   .. code-tab:: gdscript GDScript
+  
     # plugin.gd
     # plugin.gd
     tool
     tool
     extends EditorPlugin
     extends EditorPlugin