From 011a1115fd822b1c76f9776344f0b61bf1ae6d36 Mon Sep 17 00:00:00 2001 From: Chuck Dries <chuck@chuckdries.com> Date: Mon, 20 Mar 2017 22:57:59 -0700 Subject: [PATCH] Pesky formatting bug fixed --- roboticchuck.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roboticchuck.html b/roboticchuck.html index d24ec05..53ae0ef 100644 --- a/roboticchuck.html +++ b/roboticchuck.html @@ -86,8 +86,7 @@ "headline": "Yet Another Headline", "url": "yet-another-url" } -] - </code></pre> +]</code></pre> <p>This format is known as JSON, it's an internet standard that's supposed to be easy for humans and computers to read. Note how commas are used to separate multiple items but are never used after the last item in a set. This is important, it will not work if you include a trailing comma where there should not be one.</p> @@ -96,8 +95,8 @@ <p>Paste the following code into a safeembed</p> <textarea id="output" cols="100" readonly></textarea> <p><em> Don't forget:</em> For each page you embed on, add the following bit of code just before the <code></h4></code> at the end of the line on the line that corresponds to the current page.</p> - <pre><code><span class="here">(You are here)</span></pre> - </code> + <pre><code><span class="here">(You are here)</span></code></pre> + <p>The code generated will look roughly like this:</P> <div id="preview" style="max-width: 800px;"></div> <p>Gryphon overrides certain styles by default, so make sure to test on your article.</p>