@floatsheep/macaron-github-markdown-css
v1.1.0
Published
The minimal amount of CSS to replicate the GitHub Markdown style for reblog-theme-macaron
Downloads
2
Maintainers
Readme
What's the project?
The project is a test to solve some problems of github-markdown-css in reblog-theme-macaron.
How to use the project?
If you don't want to use my products, you can build css files of the project on your local pc.
How to build the css project?
Clone the project using this command:
git clone https://github.com/FloatSheep/macaron-github-markdown-css.git
Install the dependencies:
npm install
Execute the build command:
npm run build
If you use pnpm and other package managers, you can use <name of the package manager> (run) build
to build.
And if you’re using pnpm or any other package manager, you can adapt the command accordingly. Just remember that sometimes the (run) part is optional in certain package managers. If you’re unsure, stick to the traditional command—it won’t steer you wrong!