-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
7 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-4, -5 | ||
: Sets the output HTML version (HTML4 / HTML5). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-C | ||
: Stops processing before the render stage and outputs the full JSON data model. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-D NAME=VAL | ||
: Defines the user macro *NAME* as equal to *VAL*. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-H | ||
: Stops MarkDown processing after generating HTML (outputs several HTML fragments). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
-I DIRECTORY | ||
: Appends *DIRECTORY* to the end of the preprocessor list of directories to be | ||
searched for include files. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
-L DIRECTORY | ||
: Appends *DIRECTORY* to the end of the jq list of directories to be searched | ||
for included and imported modules. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
-M NAME:FILE | ||
: Adds a *FILE* in YAML or JSON format to the input data at the top level | ||
(*NAME* is ignored but must be present and unique). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
-P LANGUAGE | ||
: Expands input file with the macro-processor (*LANGUAGE* can be `jqt`, `md`, | ||
`json`, `css` or `css-min`). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-S | ||
: Stops template processing before the render stage (outputs the jq script). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-V, --version | ||
: Displays version information. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-d FILE | ||
: Reads the content document from *FILE*. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-e | ||
: Extracts and outputs the MarkDown document YAML front matter. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-h, --help | ||
: Displays this message. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-i MODULE | ||
: Includes the jq *MODULE* in the render stage. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-j MODULE:NAME | ||
: Imports the jq *MODULE* in the render stage. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-m NAME:FILE | ||
: Adds a *FILE* in YAML or JSON format to the input data as the value of object *NAME*. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-n NAME | ||
: Defines the name for YAML document metadata in _jq_ scripts (defaults to `page`). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-p | ||
: Prints list of Pandoc accepted options. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-r | ||
: Removes the MarkDown document YAML front matter and outputs the document body. | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
-t | ||
: Tests presence of front matter in MarkDown (indicated in the output status). | ||
|
||
<# | ||
vim:ts=4:sw=4:ai:et:fileencoding=utf8:syntax=markdown | ||
#> |