- Remark links absolute
Convert relative links to absolute link. - Remark Public images
Upload every image present on the markdown article into a public GIT repository and update thesrc
image attribute to reflect the new public URL. - Remark Read Frontmatter
Parse frontmatter and insert the "data" field in the vfile object. - Remark table of content
This is a Remark plugin to extract a table of content from your Markdown file. - Remark Table to Code
Convert markdown tables to HTML code instead of HTML tables. - Remark Title to Frontmatter
Export the title present in the Markdown to the frontmatter.
-
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". -
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. -
Gatsby Remark snippet URL
Display a link next to the source code when it is embeded from a source file. -
Gatsby Remark snippet URL prepare
The plugin work conjointly with thegatsby-remark-embed-snippet
plugin by updating the Markdown AST node with thedata.embed.file
property. Its value is the embeded source file. -
Gatsby Remark title to frontmatter
This package is a Gatsby module to move the title from the Markdown content to the frontmatter object. -
Gatsby Caddy redirect configuration generation
Generate a Caddy compatible config file.
The following command bumps the package versions, creates the tags, synchronizes with the remote repository which triggers the CI pipeline and publish the packages:
yarn run version