duzyn / markdown-css

CSS for making regular HTML look like plain-text markdown.

Home Page:https://duzyn.github.io/markdown-css/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

markdown-css

A CSS stylesheet support almost all Markdown syntax, like headings, lists, tables, blockquotes, footnotes etc.

This is a project inspired by markdown-css. I extend the original Markdown stylesheet.

Support many Markdown features

Light Mode:

Screenshot: Pandoc Manual

Dark Mode:

Screenshot: Pandoc Manual

It support Pandoc Markdown syntax, include:

  • Title block, YAML style
  • Headings like FoldingText, aligned with chapter text instead of #
  • Bullet lists
  • Ordered lists
  • Definition lists
  • The four-space rule
  • Links
  • Tables
  • Blockquotes
  • Code (blocks)
  • Emphasis
  • Horizontal rules
  • Footnotes

Demo

You can see the demo below:

Pandoc manual HTML version and original source.

About

CSS for making regular HTML look like plain-text markdown.

https://duzyn.github.io/markdown-css/

License:MIT License


Languages

Language:HTML 97.1%Language:SCSS 2.9%