mirror of
https://github.com/wader/fq.git
synced 2024-12-23 05:13:30 +03:00
dec433fc53
Also fix ugly last line break hack
16 lines
342 B
Plaintext
16 lines
342 B
Plaintext
$ fq -h markdown
|
|
markdown: Markdown decoder
|
|
|
|
Decode examples
|
|
===============
|
|
|
|
# Decode file as markdown
|
|
$ fq -d markdown . file
|
|
# Decode value as markdown
|
|
... | markdown
|
|
|
|
Array with all level 1 and 2 headers
|
|
====================================
|
|
|
|
$ fq -d markdown '[.. | select(.type=="heading" and .level<=2)?.children[0]]' file.md
|