Skip to content

bent10/remark-plugins

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

Package Description Version (click for changelog)
remark-code-format Formatting code blocks using Prettier npm
remark-code-jsx-renderer Render JSX code blocks using a custom renderer and components npm
remark-code-preview Transform code blocks into code previews npm

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