Skip to content

Commit fe8a1df

Browse files
code/lang/js/tools/brangr: Fix blurb to use bullets
1 parent 11a3dbe commit fe8a1df

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ 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 user-configurable layouts.
1414
It lets users extract the generated HTML, and its source JSON.
1515
It provides a clever schema browser.
1616
It has built-in docs.
1717

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

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

2525
__Example__
2626

@@ -32,7 +32,7 @@ query {
3232
}
3333
}
3434
```
35-
Brangr renders the above query as roughly this HTML (though not in a quote block):
35+
Brangr renders the above query as follows (though not in a quote block):
3636
<blockquote>heroes...
3737
<table style="border-spacing:0.5em 0">
3838
<tr><th>First </th><th>Last </th></tr>

0 commit comments

Comments
 (0)