1
1
mirror of https://github.com/wader/fq.git synced 2024-12-23 13:22:58 +03:00
fq/format/markdown/testdata/help_markdown.fqtest

16 lines
342 B
Plaintext
Raw Normal View History

$ 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