Skip to content

Commit 22934da

Browse files
Use code tags for literals
1 parent 267ca71 commit 22934da

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

assets/api/index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,12 @@ <h1>MCping API</h1>
4949
There is also a Mojang Services API, at
5050
<a href="/api/services">/api/services</a>. This is useful for checking if
5151
the authservers or Xbox Services are having issues. Example response
52-
below. The possible values for each field are DefiniteProblems,
53-
PossibleProblems, and Operational.
52+
below. The possible values for each field are
53+
<code>DefiniteProblems</code>, <code>PossibleProblems</code>, and
54+
<code>Operational</code>.
5455
</p>
55-
<pre><code id="exampleServicesResponse" class="language-json" style="text-align: left; display: inline-block;"></code></pre>
56+
<pre><code id="exampleServicesResponse" class="language-json"
57+
style="text-align: left; display: inline-block;"></code></pre>
5658
</body>
5759
<script src="/hljs/highlight.min.js"></script>
5860
<script>
@@ -72,6 +74,7 @@ <h1>MCping API</h1>
7274
services_string,
7375
).innerHTML;
7476
}
77+
7578
loadExampleResponses().then(() => {
7679
hljs.highlightAll();
7780
});

0 commit comments

Comments
 (0)