From 1bdcecd2e02effa457474e56dc82fb6cf6fda4d2 Mon Sep 17 00:00:00 2001 From: Per Olofsson Date: Tue, 11 Dec 2018 10:34:49 +0100 Subject: [PATCH] Add syntax highlighting to examples. --- mac/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/README.md b/mac/README.md index 9fa0ac1..486f94b 100644 --- a/mac/README.md +++ b/mac/README.md @@ -9,7 +9,7 @@ https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox. If you want to set specific options from the command line, we also provide flattened shortcuts to any item that is nested in the plist file. For example, this policy: -``` +```json { "policies": { "Homepage": { @@ -19,7 +19,7 @@ For example, this policy: } ``` which would be set in the plist file like this: -``` +```plist Homepage URL -- 2.34.1