A simple and customizable markdown CSS stylesheet for everyone. (mirror of GitHub) https://npmjs.com/package/x-markdown-css
Go to file
郭桓桓 e90679a4ac
chore(browserslist): only browsers support `css-variables`
2023-03-02 19:29:37 +08:00
.github chore(ci): use `.npmignore` instead of editing `.gitignore` 2023-03-02 19:25:05 +08:00
.vscode docs: add `README.md` and `CONTRIBUTING.md` 2023-03-01 23:07:31 +08:00
src refactor(markdown): fix duplicate selector rules 2023-03-02 00:27:50 +08:00
.browserslistrc chore(browserslist): only browsers support `css-variables` 2023-03-02 19:29:37 +08:00
.editorconfig init: create project & upload files 2023-02-28 18:35:20 +08:00
.gitignore chore(ci): use different `.gitignore` with GitHub Actions 2023-03-01 20:34:07 +08:00
.npmignore chore(ci): use `.npmignore` instead of editing `.gitignore` 2023-03-02 19:25:05 +08:00
.stylelintignore chore(lint): normalize `.stylelintignore` 2023-03-02 19:19:12 +08:00
.stylelintrc chore(lint): configure ignored paths & files to Stylelint 2023-03-01 19:47:12 +08:00
CONTRIBUTING.md docs: add `README.md` and `CONTRIBUTING.md` 2023-03-01 23:07:31 +08:00
Gruntfile.coffee chore(build): add `postcss-preset-env` to inject polyfills 2023-03-01 19:45:58 +08:00
LICENSE chore(license): add MIT License 2023-02-28 19:55:11 +08:00
README.md docs(readme): add `cssnano` to "Uses" 2023-03-02 19:17:47 +08:00
package-lock.json chore: release v0.0.0-20230302.2 2023-03-02 00:28:08 +08:00
package.json chore: release v0.0.0-20230302.2 2023-03-02 00:28:08 +08:00

README.md

x-markdown-css

Version Node.js Requirement MIT License

A simple and customizable Markdown CSS for everyone.

Requirement

  • Node.js >=16

Install

npm install

Build

npm run build

Usage

You can use the minified CSS file with a CDN service:

  • UNPKG: https://unpkg.com/x-markdown-css@latest/dist/bundle.min.css
  • jsDelivr: https://fastly.jsdelivr.net/npm/x-markdown-css@latest/dist/bundle.min.css
  • CDNJS: Coming soon. Waiting for you to make x-markdown-css popular enough!

ps. bundle.css without .min stands for unminified version.

Uses

...and much more.

Contributing

PRs, issues and feature requests are welcome!
Feel free to check Issues page. You can also take a look at the Contributing Guide.

License

Copyright (c) 2023 kuohuanhuan, licensed under MIT.