Procházet zdrojové kódy

rm fenced codeblock test;

bjorn před 2 roky
rodič
revize
5f70583df8
2 změnil soubory, kde provedl 2 přidání a 4 odebrání
  1. 1 1
      api/init.lua
  2. 1 3
      api/lovr/filesystem/getSaveDirectory.lua

+ 1 - 1
api/init.lua

@@ -8033,7 +8033,7 @@ return {
               }
             }
           },
-          notes = "The save directory takes the following form:\n\n``` <appdata>/LOVR/<identity> ```\n\nWhere `<appdata>` is `lovr.filesystem.getAppdataDirectory` and `<identity>` is `lovr.filesystem.getIdentity` and can be customized using `lovr.conf`."
+          notes = "The save directory takes the following form:\n\n    <appdata>/LOVR/<identity>\n\nWhere `<appdata>` is `lovr.filesystem.getAppdataDirectory` and `<identity>` is `lovr.filesystem.getIdentity` and can be customized using `lovr.conf`."
         },
         {
           name = "getSize",

+ 1 - 3
api/lovr/filesystem/getSaveDirectory.lua

@@ -17,9 +17,7 @@ return {
   notes = [[
     The save directory takes the following form:
 
-    ```
-    <appdata>/LOVR/<identity>
-    ```
+        <appdata>/LOVR/<identity>
 
     Where `<appdata>` is `lovr.filesystem.getAppdataDirectory` and `<identity>` is
     `lovr.filesystem.getIdentity` and can be customized using `lovr.conf`.