Skip to content

Commit 3727cfa

Browse files
committed
remove table columns to help with md rendering in github
1 parent a8f6c45 commit 3727cfa

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ type Something {
8383

8484
<table>
8585
<tr>
86-
<td>Scalar</td>
86+
<td>Scalar Definition</td>
8787
<td>Description</td>
8888
</tr>
8989
<tr>
@@ -118,7 +118,7 @@ type Customer {
118118

119119
<table>
120120
<tr>
121-
<td>Scalar</td>
121+
<td>Scalar Definition</td>
122122
<td>Description</td>
123123
</tr>
124124
<tr>
@@ -184,7 +184,7 @@ query {
184184

185185
<table>
186186
<tr>
187-
<td>Scalar</td>
187+
<td>Scalar Definition</td>
188188
<td>Description</td>
189189
</tr>
190190
<tr>
@@ -202,7 +202,7 @@ scalar UUID
202202

203203
<table>
204204
<tr>
205-
<td>Scalar</td>
205+
<td>Scalar Definition</td>
206206
<td>Description</td>
207207
</tr>
208208
<tr>
@@ -272,7 +272,7 @@ query {
272272

273273
<table>
274274
<tr>
275-
<td>Scalar</td>
275+
<td>Scalar Definition</td>
276276
<td>Description</td>
277277
</tr>
278278
<tr>
@@ -305,7 +305,7 @@ query {
305305

306306
<table>
307307
<tr>
308-
<td>Scalar</td>
308+
<td>Scalar Definition</td>
309309
<td>Description</td>
310310
</tr>
311311
<tr>
@@ -345,7 +345,7 @@ query {
345345

346346
<table>
347347
<tr>
348-
<td>Scalar</td>
348+
<td>Scalar Definition</td>
349349
<td>Description</td>
350350
</tr>
351351
<tr>
@@ -385,7 +385,7 @@ query {
385385

386386
<table>
387387
<tr>
388-
<td>Scalar</td>
388+
<td>Scalar Definition</td>
389389
<td>Description</td>
390390
</tr>
391391
<tr>
@@ -427,7 +427,7 @@ query {
427427

428428
<table>
429429
<tr>
430-
<td>Scalar</td>
430+
<td>Scalar Definition</td>
431431
<td>Description</td>
432432
</tr>
433433
<tr>
@@ -437,15 +437,15 @@ scalar URL
437437
"https://www.w3.org/Addressing/URL/url-spec.txt"
438438
)
439439
</pre></td>
440-
<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>
440+
<td>An url scalar that accepts string values like `https://www.w3.org/Addressing/URL/url-spec.txt` and produces <code>java.net.URL</code> objects at runtime.</td>
441441
</tr>
442442
</table>
443443

444444
## Object / JSON Scalars
445445

446446
<table>
447447
<tr>
448-
<td>Scalar</td>
448+
<td>Scalar Definition</td>
449449
<td>Description</td>
450450
</tr>
451451
<tr>
@@ -454,7 +454,7 @@ scalar URL
454454
</tr>
455455
<tr>
456456
<td><pre lang="graphql">scalar JSON</pre></td>
457-
<td>A synonym for the `Object` scalar, it will accept any object as a scalar value.</td>
457+
<td>A synonym for the <code>Object</code> scalar, it will accept any object as a scalar value.</td>
458458
</tr>
459459
</table>
460460

@@ -504,11 +504,11 @@ adds more semantic readers to your schema consumers.
504504

505505
<table>
506506
<tr>
507-
<td>Scalar</td>
507+
<td>Scalar Name</td>
508508
<td>Description</td>
509509
</tr>
510510
<tr>
511-
<td><pre lang="graphql">-</pre></td>
511+
<td><code>RegexScalar</code></td>
512512
<td>Allows you to build a new scalar via a builder pattern using regular expressions.</td>
513513
</tr>
514514
</table>

0 commit comments

Comments
 (0)