-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathmarkdown-stylesheets.yml
More file actions
52 lines (47 loc) · 2 KB
/
markdown-stylesheets.yml
File metadata and controls
52 lines (47 loc) · 2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Markdown Resources: Stylesheets
# ===============================
# Copyright 2013–14 © Dr Wouter Soudan @ Rhythmus.be
# Licensed under a Creative Commons Attribution 3.0 License.
#
# Document address: https://github.com/rhythmus/markdown-resources/markdown-stylesheets.yml
# Last revision: 2014-05-01 00:05 GMT+1
#
# The following list is far from exhaustive: it’s a (personal,
# and hence, subjective) curated selection of the “best”
# Markdown stylesheets. Find and try other markdown css themes at:
# - https://github.com/search?q=markdown+css
---
markdown-styles:
about: Framework for creating css stylesheets/themes for markdown.
website: http://mixu.net/markdown-styles/
demo: http://mixu.net/markdown-styles/#screenshots_of_the_layouts
repo: https://github.com/mixu/markdown-styles
implementation: nodejs
supported dialects:
- vanilla Markdown
markdown-css:
about: CSS for making regular HTML look like plain-text markdown.
demo: http://mrcoles.com/demo/markdown-css/
repo: https://github.com/mrcoles/markdown-css
supported dialects:
- vanilla Markdown
markdowncss:
about: CSS for making regular HTML look like plain-text markdown.
website: http://kevinburke.bitbucket.org/markdowncss/
demo: http://kevinburke.bitbucket.org/markdowncss/sample.html
repo: https://bitbucket.org/kevinburke/markdowncss
supported dialects:
- vanilla Markdown
Markdown Resume Builder:
about: Turn a simple Markdown document into an elegant resume with both a perfect pdf printable format, and a responsive css3 html5 file.
website: http://there4development.com/markdown-resume/
article: http://there4development.com/blog/2012/12/31/markdown-resume-builder/
demo: https://raw.github.com/there4/markdown-resume/master/resume/sample.md
repo: https://github.com/there4/markdown-resume
implementation: php
Strapdown.js:
about: client side markdown processing on staticly served web pages
website: http://strapdownjs.com/
repo: https://github.com/arturadib/strapdown
parser: Marked.js
...