foxygit / doom Log in
commit d9fa2c3a16691f197bd77803742b792bd29f673a
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Fri Nov 25 00:18:34 2016 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Fri Nov 25 00:18:34 2016 -0500

    PHILOSOPHY: format command-line args as code.
---
 PHILOSOPHY.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/PHILOSOPHY.md b/PHILOSOPHY.md
index 49980e55..bbcce464 100644
--- a/PHILOSOPHY.md
+++ b/PHILOSOPHY.md
@@ -71,7 +71,7 @@ treated as such. Some examples are:

  * The novert setting, which reproduces the functionality of
    novert.exe.
- * The -deh parameter, which loads Dehacked patches like dehacked.exe
+ * The `-deh` parameter, which loads Dehacked patches like dehacked.exe
    does under DOS. Chocolate Doom imposes the same limitations that
    Vanilla Dehacked does.

@@ -148,9 +148,9 @@ situations where changes are considered acceptable:

     - The startup messages in Chocolate Doom are not identical to
       Vanilla Doom and are not necessarily in the same order.
-    - Vanilla Doom has command line options named -comdev, -shdev and
-      -regdev used by id internally for development; these have been
-      removed.
+    - Vanilla Doom has command line options named `-comdev`, `-shdev`
+      and `-regdev` used by id internally for development; these have
+      been removed.

  8. Expansions to the vanilla demo formats are allowed, to make
     recording and playback of vanilla gameplay more convenient, with
@@ -159,7 +159,7 @@ situations where changes are considered acceptable:
     - Such expansions are not supported in WAD files (they are not
       an editing feature for WAD authors to use).
     - Support for these features can be completely disabled using the
-      -strictdemos command line argument.
+      `-strictdemos` command line argument.
     - A warning is shown to the user on the console (stdout) when a
       demo using one of these features is recorded or played back.