All Projects → otsaloma → markdown-css

otsaloma / markdown-css

Licence: MIT License
Stylesheets for Markdown to HTML conversion

Programming Languages

CSS
56736 projects
Makefile
30231 projects

Projects that are alternatives of or similar to markdown-css

pandoc-templates
An opinionated set of Pandoc templates and scripts for converting markdown to DOCX manuscripts that adhere to William Shunn's Proper Manuscript Format guidelines using Pandoc.
Stars: ✭ 30 (-67.03%)
Mutual labels:  pandoc
2bbcode
A set of custom Pandoc writers for converting to BBCode.
Stars: ✭ 19 (-79.12%)
Mutual labels:  pandoc
QualtricsTools
Using R, Shiny, Pandoc, JSON, CSVs and more to automate processing Qualtrics surveys
Stars: ✭ 14 (-84.62%)
Mutual labels:  pandoc
pandoc-include
Pandoc filter to allow file and header includes
Stars: ✭ 35 (-61.54%)
Mutual labels:  pandoc
userNeedResearchBook
Hands-on intro to user need research
Stars: ✭ 25 (-72.53%)
Mutual labels:  pandoc
manifestos
Manifestos for the Internet Age
Stars: ✭ 134 (+47.25%)
Mutual labels:  pandoc
Palabra
tools for leaving microsoft word behind.
Stars: ✭ 19 (-79.12%)
Mutual labels:  pandoc
typeclassopedia-md
Markdown version of the Haskell Typeclassopedia
Stars: ✭ 33 (-63.74%)
Mutual labels:  pandoc
thegreatmarkdown
《了不起的 Markdown》
Stars: ✭ 44 (-51.65%)
Mutual labels:  pandoc
pandoc-amsthm
provide a syntax to use amsthm environments in pandoc, with output in LaTeX and HTML
Stars: ✭ 19 (-79.12%)
Mutual labels:  pandoc
pandoc
A PHP wrapper for Pandoc to convert any text format in any other text format
Stars: ✭ 42 (-53.85%)
Mutual labels:  pandoc
dotpandoc
Pandoc Data directory, including customised filters and templates for producing multiple outputs for academic content.
Stars: ✭ 44 (-51.65%)
Mutual labels:  pandoc
csasdown
📖 An R package for creating CSAS reports in PDF or Word format with R Markdown and bookdown
Stars: ✭ 40 (-56.04%)
Mutual labels:  pandoc
pandocomatic
Automate the use of pandoc
Stars: ✭ 123 (+35.16%)
Mutual labels:  pandoc
wikitopdf
Export a repo's wiki as a PDF ebook.
Stars: ✭ 14 (-84.62%)
Mutual labels:  pandoc
pandoc-latex-environment
Pandoc filter for adding LaTeX environement on specific div
Stars: ✭ 27 (-70.33%)
Mutual labels:  pandoc
onenote-md-exporter
ConsoleApp to export OneNote notebooks to Markdown formats
Stars: ✭ 246 (+170.33%)
Mutual labels:  pandoc
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+29.67%)
Mutual labels:  pandoc
alldocs.app
Online text file converter
Stars: ✭ 164 (+80.22%)
Mutual labels:  pandoc
sugartex
SugarTeX is a more readable LaTeX language extension and transcompiler to LaTeX. Fast Unicode autocomplete in Atom editor via https://github.com/kiwi0fruit/atom-sugartex-completions
Stars: ✭ 74 (-18.68%)
Mutual labels:  pandoc

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

pandoc foo.md \
       --output=foo.html \
       --to=html5 \
       --css=$HOME/.local/share/markdown-css/tufte.css \
       --highlight-style=haddock \
       --self-contained

Preview: github tufte

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 by Sindre Sorhus, available under the MIT license.

  • tufte.css and the font et-book are from tufte-css by Dave Liepmann and contributors, available under the MIT license.

Stylesheets are available under the MIT license, see the file COPYING for details.

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].