Skip to content

Repository files navigation

remark-plugins

Remark plugins workspace.

Install

Follows the steps below to get up and running:

# clone this repo> git clone https://github.com/bent10/remark-plugins.git
# go to the project directory and install dependencies>cd remark-plugins && npm i

Packages

PackageDescriptionVersion (click for changelog)
remark-code-formatFormatting code blocks using Prettiernpm
remark-code-jsx-rendererRender JSX code blocks using a custom renderer and componentsnpm
remark-code-previewTransform code blocks into code previewsnpm

Contributing

We 💛 issues.

When committing, please conform to the semantic-release commit standards. Please install commitizen and the adapter globally, if you have not already.

npm i -g commitizen cz-conventional-changelog

Now you can use git cz or just cz instead of git commit when committing. You can also use git-cz, which is an alias for cz.

git add .&& git cz