Skip to content

Commit aa1f71e

Browse files
committed
test using table
1 parent f550beb commit aa1f71e

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -287,22 +287,23 @@ query {
287287
## URL Scalars
288288

289289
<table>
290-
<tr>
291-
<td>Scalar Name</td>
292-
<td>Scalar Specification</td>
293-
<td>Description</td>
294-
</tr>
295-
<tr>
296-
<td> `Url` </td>
297-
<td><pre lang="graphql">
298-
scalar URL
299-
@specifiedBy(url:
300-
"https://www.w3.org/Addressing/URL/url-spec.txt"
301-
)
302-
</ore>
303-
</td>
304-
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces `java.net.URL` objects at runtime.</td>
305-
</tr>
290+
<tr>
291+
<td>Scalar Name</td>
292+
<td>Scalar Specification</td>
293+
<td>Description</td>
294+
</tr>
295+
<tr>
296+
<td> `Url` </td>
297+
<td>
298+
<pre lang="graphql">
299+
scalar URL
300+
@specifiedBy(url:
301+
"https://www.w3.org/Addressing/URL/url-spec.txt"
302+
)
303+
</ore>
304+
</td>
305+
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces `java.net.URL` objects at runtime.</td>
306+
</tr>
306307
</table>
307308

308309
| Scalar Name | Scalar Specification | Description |

0 commit comments

Comments
 (0)