Skip to content

Commit 4cb347b

Browse files
code/lang/js/tools/brangr: Fix formatting per Prettier
1 parent c41d5c2 commit 4cb347b

File tree

1 file changed

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

1 file changed

+11
-9
lines changed

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ url: https://github.com/networkimprov/brangr
55
github: networkimprov/brangr
66
---
77

8-
__Brangr - *Br*owse *An*y *Gr*aph__
8+
**Brangr - *Br*owse *An*y *Gr*aph**
99

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

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

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

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

25-
__Example__
25+
**Example**
2626

2727
```
2828
query {
@@ -32,7 +32,9 @@ query {
3232
}
3333
}
3434
```
35+
3536
Brangr renders the above query as follows (though not in a quote block):
37+
3638
<blockquote>heroes...
3739
<table style="border-spacing:0.5em 0">
3840
<tr><th>First </th><th>Last </th></tr>

0 commit comments

Comments
 (0)