Skip to content

Commit 11a3dbe

Browse files
code/lang/js/tools/brangr: Fix table borderspacing
1 parent a22edea commit 11a3dbe

File tree

1 file changed

+1
-1
lines changed
  • src/content/code/language-support/javascript/tools

1 file changed

+1
-1
lines changed

src/content/code/language-support/javascript/tools/brangr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ query {
3434
```
3535
Brangr renders the above query as roughly this HTML (though not in a quote block):
3636
<blockquote>heroes...
37-
<table>
37+
<table style="border-spacing:0.5em 0">
3838
<tr><th>First </th><th>Last </th></tr>
3939
<tr><td>Arthur</td><td>Dent </td></tr>
4040
<tr><td>Ford </td><td>Prefect </td></tr>

0 commit comments

Comments
 (0)