-
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
9 changed files
with
64 additions
and
34 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
|
||
# Package `gatsby-remark-enforce-empty-lines` | ||
# Gatsby Remark enforce empty lines | ||
|
||
Ensure there is an empty line between each blocks. It print a warning with the file name and the line number. A block is one of "blockquote", "code", "heading", "html", "list", "paragraph" and "thematicBreak". | ||
|
||
Options are: | ||
|
||
* `include` (array) | ||
- `include` (array) | ||
Globing expression of paths matching the file path, default to all files, for example `**/*.md`. | ||
|
||
The plugin can be disabled on a document basis by setting the `noEnforceEmptyLines` frontmatter property to `true`. |
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,11 +1,10 @@ | ||
|
||
# Package `gatsby-remark-enforce-empty-lines` | ||
# Gatsby Remark enforce empty lines | ||
|
||
Ensure that every code block define a lang. It print a warning with the file name and the line number. | ||
|
||
Options are: | ||
|
||
* `include` (array) | ||
- `include` (array) | ||
Globing expression of paths matching the file path, default to all files, for example `**/*.md`. | ||
|
||
The plugin can be disabled on a document basis by setting the `noLangInCodeBlock` frontmatter property to `true`. |
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,11 +1,10 @@ | ||
|
||
# Package `gatsby-remark-snippet-url-prepare` | ||
# Gatsby Remark snippet URL prepare | ||
|
||
The plugin work conjointly with the `gatsby-remark-embed-snippet` plugin by updating the Markdown AST node with the `data.embed.file` property. Its value is the embeded source file. | ||
|
||
Options are: | ||
|
||
* `include` (array) | ||
- `include` (array) | ||
Globing expression of paths matching the file path, default to all files, for example `**/*.md`. | ||
|
||
The plugin can be disabled on a document basis by setting the `noSnippedUrl` frontmatter property to `true`. |
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
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,3 +1,3 @@ | ||
# Package `gatsby-caddy-redirects-conf` | ||
# Gatsby Caddy redirect configuration generation | ||
|
||
Generate a Caddy compatible config file. |
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