From 8d04e87112f314a2b18d9b01fe581455e2eb2bf8 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Mon, 17 Feb 2014 09:15:48 -0800 Subject: [PATCH] Fix double leading backticks --- common/dig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/dig.md b/common/dig.md index 1d9cfce6c6..333aeaf441 100644 --- a/common/dig.md +++ b/common/dig.md @@ -4,11 +4,11 @@ - Lookup the IP(s) associated with a hostname (A records) -``dig +short {{hostname.com}}` +`dig +short {{hostname.com}}` - Lookup the mail server associated with a given domain name (MX record) -``dig +short {{hostname.com}} MX` +`dig +short {{hostname.com}} MX` - Specify an alternate DNS server to query (8.8.8.8 is google's public DNS)