Browse Source

rm fenced codeblock test;

bjorn 2 years ago
parent
commit
5f70583df8
2 changed files with 2 additions and 4 deletions
  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",
           name = "getSize",

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

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