-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 3.32 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="assets/style.css?t=a44c9e9d">
<link rel="stylesheet" href="http://ricostacruz.com/docpress-rsc/style.css">
<script src="assets/script.js?t=2bcc4b59"></script>
<title>Styledown</title>
<meta name="viewport" content="width=device-width">
</head>
<body class="-menu-visible">
<div class="doc-layout">
<div class="toggle menu-toggle js-menu-toggle"></div>
<div class="body page-index">
<div class="header-nav">
<div class="right"><a href="https://github.com/styledown/styledown" data-title="styledown/styledown" class="iconlink">
<!-- span.title Open in GitHub--><span class="icon -github"></span></a>
</div>
</div>
<div class="markdown-body"><h1 class="massive-header -with-tagline" id="styledown">Styledown</h1>
<blockquote>
<p>Write maintainable CSS styleguides using Markdown</p>
</blockquote>
<p><a href="https://travis-ci.org/styledown/styledown" title="See test builds"><img src="https://travis-ci.org/styledown/styledown.svg?branch=v2" alt="Status"></a></p>
<br>
<h2 id="notice">Notice</h2>
<p>You are viewing documentation for Styledown v2.0 (currently in development). To view Styledown v1 docs, see <a href="https://github.com/styledown/styledown/tree/master">styledown/styledown</a>.</p>
<h2 id="cli-usage">CLI usage</h2>
<pre><code class="lang-sh"><span class="pl-c"># parsing to JSON</span>
styledown file.md > style.json
</code></pre>
<h2 id="thanks">Thanks</h2>
<p><strong>styledown</strong> © 2013-2016, Rico Sta. Cruz. Released under the <a href="http://mit-license.org/">MIT</a> License.<br>
Authored and maintained by Rico Sta. Cruz with help from contributors (<a href="http://github.com/rstacruz/styledown/contributors">list</a>).</p>
<blockquote>
<p><a href="http://ricostacruz.com">ricostacruz.com</a>  · 
GitHub <a href="https://github.com/rstacruz">@rstacruz</a>  · 
Twitter <a href="https://twitter.com/rstacruz">@rstacruz</a></p>
</blockquote>
</div>
<div class="footer-nav">
<div class="right"><a href="api.html"><span class="label">Next: </span><span class="title">API</span></a></div>
</div>
</div>
<div class="menu toc-menu">
<li class="menu-item -level-0 -parent">
<ul class="submenu">
<li class="menu-item -level-1"><a href="index.html" class="link title -active link-index">Styledown</a>
</li>
<li class="menu-item -level-1"><a href="#notice" class="link title link-notice">Notice</a>
</li>
<li class="menu-item -level-1"><a href="#cli-usage" class="link title link-cli-usage">CLI usage</a>
</li>
<li class="menu-item -level-1"><a href="#thanks" class="link title link-thanks">Thanks</a>
</li>
<li class="menu-item -level-1 -parent"><span class="title">Users guide</span>
<ul class="submenu">
<li class="menu-item -level-2"><a href="api.html" class="link title link-api">API</a>
</li>
<li class="menu-item -level-2"><a href="schema.html" class="link title link-schema">Schema</a>
</li>
</ul>
</li>
</ul>
</li>
</div>
</div>
</body>
</html>