-
-
Notifications
You must be signed in to change notification settings - Fork 294
Open
Description
Describe the bug
I'm using the jq
library to format some JSON.
Here's what my markdown file looks like:
# Testing JSON formatting
```
~~~jq '.'
[{"q": "test"}]
~~~
```
Here's the command being run on the command line, to ensure it works as expected:
$ echo '[{"q": "test"}]' | jq '.'
[
{
"q": "test"
}
]
Expected behavior
I'm expecting the code block to show the output of what I see when I run the command above in the command line.
I've verified that the file has chmod +x
permissions and other commands work.
Screenshots
Just getting an empty code block. I've verified that the file has chmod +x
permissions and other commands work.
Desktop (please complete the following information):
- OS: Apple MBP, M1 Max
schneiderfelipe
Metadata
Metadata
Assignees
Labels
No labels