We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22edea commit 11a3dbeCopy full SHA for 11a3dbe
src/content/code/language-support/javascript/tools/brangr.md
@@ -34,7 +34,7 @@ query {
34
```
35
Brangr renders the above query as roughly this HTML (though not in a quote block):
36
<blockquote>heroes...
37
-<table>
+<table style="border-spacing:0.5em 0">
38
<tr><th>First </th><th>Last </th></tr>
39
<tr><td>Arthur</td><td>Dent </td></tr>
40
<tr><td>Ford </td><td>Prefect </td></tr>
0 commit comments