https://github.com/otsaloma/markdown-css
Stylesheets for Markdown to HTML conversion
https://github.com/otsaloma/markdown-css
css html markdown pandoc
Last synced: about 1 month ago
JSON representation
Stylesheets for Markdown to HTML conversion
- Host: GitHub
- URL: https://github.com/otsaloma/markdown-css
- Owner: otsaloma
- License: mit
- Created: 2016-01-24T00:45:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T19:39:21.000Z (over 5 years ago)
- Last Synced: 2025-03-16T07:11:22.509Z (about 1 month ago)
- Topics: css, html, markdown, pandoc
- Language: CSS
- Size: 752 KB
- Stars: 97
- Watchers: 3
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS.md
Awesome Lists containing this project
README
Markdown CSS
============This is a collection of stylesheets to use when converting Markdown text
to HTML format. Stylesheets have been tested to work with Pandoc, but
might also work with other converters that output fairly plain HTML.To use one of the stylesheets, just unpack somewhere convenient, e.g.
`~/.local/share/markdown-css` and then do something like```bash
pandoc foo.md \
--output=foo.html \
--to=html5 \
--css=$HOME/.local/share/markdown-css/tufte.css \
--highlight-style=haddock \
--self-contained
```**Preview:**
[github](https://otsaloma.io/pub/markdown-css-github.html)
[tufte](https://otsaloma.io/pub/markdown-css-tufte.html)Included stylesheets originate from other projects, and have merely been
adapted to work with Markdown and Pandoc, and also styles of some
elements have been tweaked to suit the authors' use cases and personal
taste. Original files have been kept in the repository to be able to
review the changes and to merge changes in from upstream. Anyone looking
for a base for their own work is likely to be better off turning to the
original sources.* `github.css` is from [github-markdown-css][1] by Sindre Sorhus,
available under the MIT license.* `tufte.css` and the font `et-book` are from [tufte-css][2] by Dave
Liepmann and contributors, available under the MIT license.[1]: https://github.com/sindresorhus/github-markdown-css
[2]: https://github.com/edwardtufte/tufte-cssStylesheets are available under the MIT license, see the file
[`COPYING`](COPYING) for details.