Pesky formatting bug fixed
This commit is contained in:
parent
c35c9a6ef0
commit
011a1115fd
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user