Skip to content

Commit 6c0801a

Browse files
code/lang/js/tools/brangr: Fix formatting per Prettier, again
1 parent 4cb347b commit 6c0801a

File tree

1 file changed

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

1 file changed

+15
-12
lines changed

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,23 @@ github: networkimprov/brangr
77

88
**Brangr - *Br*owse *An*y *Gr*aph**
99

10-
- Brangr is a simple, unique tool that any web server can host
10+
- Brangr is a simple, unique tool that any web server can host
1111
to provide a user-friendly browser/viewer for any GraphQL service (or many).
1212

13-
- Brangr formats GraphQL results attractively, via a selection of user-configurable layouts.
13+
- Brangr formats GraphQL results attractively, via a selection of
14+
user-configurable layouts.
1415
It lets users extract the generated HTML, and its source JSON.
1516
It provides a clever schema browser.
1617
It has built-in docs.
1718

18-
- Brangr enables sites hosting it to present users with
19-
a collection of pre-fab GraphQL requests, which they can edit if desired,
19+
- Brangr enables sites hosting it to present users with
20+
a collection of pre-fab GraphQL requests, which they can edit if desired,
2021
and let them create their own requests.
21-
And it allows sites to define custom CSS styling for all aspects of the formatted results.
22+
And it allows sites to define custom CSS styling for all aspects of the
23+
formatted results.
2224

23-
- Try it at the [**public Brangr site**](https://mnmnotmail.org/bgr/brangr.html).
25+
- Try it at the
26+
[**public Brangr site**](https://mnmnotmail.org/bgr/brangr.html).
2427

2528
**Example**
2629

@@ -36,10 +39,10 @@ query {
3639
Brangr renders the above query as follows (though not in a quote block):
3740

3841
<blockquote>heroes...
39-
<table style="border-spacing:0.5em 0">
40-
<tr><th>First </th><th>Last </th></tr>
41-
<tr><td>Arthur</td><td>Dent </td></tr>
42-
<tr><td>Ford </td><td>Prefect </td></tr>
43-
<tr><td>Zaphod</td><td>Beeblebrox</td></tr>
44-
</table>
42+
<table style="border-spacing:0.5em 0">
43+
<tr><th>First </th><th>Last </th></tr>
44+
<tr><td>Arthur</td><td>Dent </td></tr>
45+
<tr><td>Ford </td><td>Prefect </td></tr>
46+
<tr><td>Zaphod</td><td>Beeblebrox</td></tr>
47+
</table>
4548
</blockquote>

0 commit comments

Comments
 (0)