We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5041cf commit ae4842dCopy full SHA for ae4842d
examples/prism-json.html
@@ -14,6 +14,3 @@ <h2>Full example</h2>
14
"error": null,
15
"status": "Ok"
16
}</code></pre>
17
-
18
-<h2>JSONP</h2>
19
-<pre><code>callback({ "data": null });</code></pre>
examples/prism-jsonp.html
@@ -0,0 +1,2 @@
1
+<h2>Callbacks</h2>
2
+<pre><code>callback({ "data": null });</code></pre>
0 commit comments