mirror of
https://github.com/wader/fq.git
synced 2024-12-23 13:22:58 +03:00
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
|