mirror of https://github.com/zulip/zulip.git
docs: Declare the markdown code block to be json.
This just adds json syntax highlighting to api documentation page at /api/construct-narrow.
This commit is contained in:
parent
e3431976ce
commit
33e798168a
|
@ -18,7 +18,7 @@ stream:announce -sender:iago@zulip.com cool sunglasses
|
||||||
This query would be JSON-encoded for use in the Zulip API using JSON
|
This query would be JSON-encoded for use in the Zulip API using JSON
|
||||||
as a list of simple objects, as follows:
|
as a list of simple objects, as follows:
|
||||||
|
|
||||||
```
|
```json
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"operator": "stream",
|
"operator": "stream",
|
||||||
|
|
Loading…
Reference in New Issue