Skip to content

Commit 0a4f0ee

Browse files
horghclaude
andcommitted
Fix backticks to render as code in rawhtml block
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b8b9b8c commit 0a4f0ee

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

content/geoip/docs/databases/enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The files in the zip archive are:
6262
<td><code>GeoIP2-Enterprise-ISP.CSV</code></td>
6363
<td>
6464
CSV file containing data on ISPs. This may be cross referenced with
65-
the various blocks files using the shared `isp_id` key.
65+
the various blocks files using the shared <code>isp_id</code> key.
6666
</td>
6767
</tr>
6868

@@ -112,7 +112,7 @@ ISPs.
112112
<td>integer</td>
113113
<td>
114114
The identifier for the ISP. This key can be cross referenced with the
115-
`isp_id` in the Blocks files.
115+
<code>isp_id</code> in the Blocks files.
116116
</td>
117117
</tr>
118118
<tr>

content/minfraud/proxy-detection.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,19 @@ All strings are returned as ASCII.
132132
<p>The possible error codes are:</p>
133133
<ul>
134134
<li>
135-
`PERMISSION_REQUIRED` – You do not have permission to use the
135+
<code>PERMISSION_REQUIRED</code> – You do not have permission to use the
136136
service. Please
137137
<a href="https://support.maxmind.com/knowledge-base"
138138
>contact our support team</a
139139
>
140140
for more information.
141141
</li>
142-
<li>`LICENSE_REQUIRED` – You must provide a license key.</li>
142+
<li><code>LICENSE_REQUIRED</code> – You must provide a license key.</li>
143143
<li>
144-
`INVALID_LICENSE_KEY` – The license key provided is invalid.
144+
<code>INVALID_LICENSE_KEY</code> – The license key provided is invalid.
145145
</li>
146146
<li>
147-
`MAX_REQUESTS_REACHED` – This error will be returned if your
147+
<code>MAX_REQUESTS_REACHED</code> – This error will be returned if your
148148
account is out of queries or if an invalid license key is
149149
provided.
150150
</li>

0 commit comments

Comments
 (0)