Browse Source

More markdown compat;

bjorn 2 years ago
parent
commit
96b167ac7f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      guides/Getting_Started_(Quest).md

+ 3 - 2
guides/Getting_Started_(Quest).md

@@ -51,8 +51,9 @@ Tips
 
 - It is possible to restart the app from the command line by running:
 
-    adb shell am force-stop org.lovr.app
-    adb shell am start org.lovr.app/org.lovr.app.Activity
+<pre><code>adb shell am force-stop org.lovr.app
+adb shell am start org.lovr.app/org.lovr.app.Activity
+</code></pre>
 
 - For even faster restarts, use [`lodr`](https://github.com/mcclure/lodr) for live reloading.
 - If you need to use `print` in Lua for debug messages, you can see those in a terminal by running