Remark plugins workspace.
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
Package | Description | Version (click for changelog) |
---|---|---|
remark-code-format | Formatting code blocks using Prettier | |
remark-code-jsx-renderer | Render JSX code blocks using a custom renderer and components | |
remark-code-preview | Transform code blocks into code previews |
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