This document contains the help content for the markdown-codeblocks
command-line program.
Command Overview:
Extract code blocks from a Markdown document and yield them as JSON
Usage: markdown-codeblocks [OPTIONS] [PATH]
<PATH>
— The path to a Markdown file
-
--interpret-info-string
— Interpret the info string as a comma-separatedlanguage
and an array ofparameters
(not strictly GFM-compliant)Possible values:
true
,false
-
--help-markdown
— Print command help as MarkdownPossible values:
true
,false
This document was generated automatically by
clap-markdown
.