All Projects → SukkaW → markdown.css

SukkaW / markdown.css

Licence: MIT license
📝 The simple CSS to replicate the GitHub Markdown style (Sukka Ver.)

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to markdown.css

Parser Lib
Collection of parsers written in JavaScript
Stars: ✭ 274 (+2007.69%)
Mutual labels:  style, stylesheet
CustomWebCheckbox
An example of a make checkbox design on the web.
Stars: ✭ 12 (-7.69%)
Mutual labels:  style, stylesheet
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (+123.08%)
Mutual labels:  style, stylesheet
PyQtDarkTheme
A flat dark theme for PySide and PyQt.
Stars: ✭ 50 (+284.62%)
Mutual labels:  style, stylesheet
Motif
Lightweight and customizable stylesheets for iOS
Stars: ✭ 879 (+6661.54%)
Mutual labels:  style, stylesheet
Glamorous Primitives
💄 style primitive React interfaces with glamorous
Stars: ✭ 91 (+600%)
Mutual labels:  style, stylesheet
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (+76.92%)
Mutual labels:  style, stylesheet
leeks.js
Simple ANSI styling for your terminal
Stars: ✭ 12 (-7.69%)
Mutual labels:  style
vue-corator
this is vue decorator utils
Stars: ✭ 33 (+153.85%)
Mutual labels:  style
jss-material-ui
A enhanced styling engine for material-ui
Stars: ✭ 15 (+15.38%)
Mutual labels:  style
safemd
Safety first markdown rendering
Stars: ✭ 77 (+492.31%)
Mutual labels:  md
DoodleCSS
A simple hand drawn HTML/CSS theme
Stars: ✭ 850 (+6438.46%)
Mutual labels:  stylesheet
Panuon.UI.Silver
Professional wpf ui library.
Stars: ✭ 391 (+2907.69%)
Mutual labels:  style
react-native-styled-text
Styled Text for React Native
Stars: ✭ 57 (+338.46%)
Mutual labels:  style
paper-terminal
Print Markdown to a paper in your terminal
Stars: ✭ 33 (+153.85%)
Mutual labels:  md
mddatasetbuilder
A script to build reference datasets for training neural network potentials from given LAMMPS trajectories.
Stars: ✭ 23 (+76.92%)
Mutual labels:  md
tsstyled
A small, fast, and simple CSS-in-JS solution for React.
Stars: ✭ 52 (+300%)
Mutual labels:  style
image-sprite-webpack-plugin
A webpack plugin that generates spritesheets from your stylesheets.
Stars: ✭ 27 (+107.69%)
Mutual labels:  stylesheet
standard-www
👆 Website for JavaScript Standard Style (@standard)
Stars: ✭ 28 (+115.38%)
Mutual labels:  style
sphinx-jekyll-builder
sphinx builder that outputs jekyll compatible markdown files with frontmatter
Stars: ✭ 18 (+38.46%)
Mutual labels:  md

@sukka/markdown.css

The simple CSS to replicate the GitHub Markdown style (Sukka Ver.)

NPM Author Travis devDependency Status LICENSE jsDelivr Hits

Why

You might ask why I want to create the project, There are already many similar projects, for example github-markdown-css. Well, let's look at some comparisons:

compression github-markdown-css @sukka/markdown.css
none
gzip
brotli

Demo

https://suka.js.org/markdown.css

Install

NPM or Yarn

# NPM
$ npm i @sukka/markdown.css --save
# Yarn
$ yarn add @sukka/markdown.css

CDN

Alternatively, you can use the unpkg or jsdelivr CDN to load compiled markdown.css.

<!-- jsDelivr -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@sukka/markdown.css">

Usage

Import the markdown.css file and add a markdown-body class to the container of your rendered Markdown.

<article class="markdown-body">
    <h1>Sukka</h1>
    <p>Fairytale is only beautiful but never continued</p>
</article>

Author

@sukka/markdown.css © Sukka, Released under the MIT License.
Authored and maintained by Sukka with help from contributors (list).

Personal Website · Blog · GitHub @SukkaW · Telegram Channel @SukkaChannel · Twitter @isukkaw · Keybase @sukka

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].