Skip to content

Commit 6aa5d8e

Browse files
committed
replace md tables with html, so we can control the code blocks
1 parent 233c670 commit 6aa5d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ scalar DateTime
139139
<td><pre lang="graphql">
140140
scalar Date
141141
@specifiedBy(url:
142-
["https://tools.ietf.org/html/rfc3339](https://tools.ietf.org/html/rfc3339)"
142+
"https://tools.ietf.org/html/rfc3339"
143143
)</pre></td>
144144
<td>A RFC-3339 compliant date scalar that accepts string values like <code>1996-12-19</code> and produces <code>java.time.LocalDate</code> objects at runtime.</td>
145145
</tr>

0 commit comments

Comments
 (0)