@@ -7,20 +7,20 @@ github: networkimprov/brangr
7
7
8
8
__ Brangr - * Br* owse * An* y * Gr* aph__
9
9
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
11
11
to provide a user-friendly browser/viewer for any GraphQL service (or many).
12
12
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.
14
14
It lets users extract the generated HTML, and its source JSON.
15
15
It provides a clever schema browser.
16
16
It has built-in docs.
17
17
18
- Brangr enables sites hosting it to present users with
18
+ - Brangr enables sites hosting it to present users with
19
19
a collection of pre-fab GraphQL requests, which they can edit if desired,
20
20
and let them create their own requests.
21
21
And it allows sites to define custom CSS styling for all aspects of the formatted results.
22
22
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 ) .
24
24
25
25
__ Example__
26
26
@@ -32,7 +32,7 @@ query {
32
32
}
33
33
}
34
34
```
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):
36
36
<blockquote >heroes...
37
37
<table style =" border-spacing :0.5em 0 " >
38
38
<tr ><th >First </th ><th >Last </th ></tr >
0 commit comments