Skip to content

Commit 46a838c

Browse files
authored
Merge pull request #24 from peopledoc/release/v2
Release Styledownv2
2 parents 0ab30be + bcb4735 commit 46a838c

File tree

3 files changed

+9
-23
lines changed

3 files changed

+9
-23
lines changed

Readme.md

+7-21
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ Write maintainable CSS styleguides efficiently using a Markdown.
1212
styledown --help
1313
```
1414

15-
[![npm version](http://img.shields.io/npm/v/styledown.svg?style=flat)](https://npmjs.org/package/styledown "View this project on npm")
16-
17-
[example]: http://cdn.rawgit.com/styledown/styledown/v1.0.2/examples/bootstrap/index.html
18-
1915
## How it works
2016

2117
Styledown is made to work in most web development setups. It doesn't favor any framework or language or any preprocessor.
@@ -69,7 +65,7 @@ files.
6965

7066
.your-component-here {
7167
display: block;
72-
...
68+
/*...*/
7369
}
7470
```
7571

@@ -86,8 +82,12 @@ lets you define what will be in the output head/body.
8682
### Head
8783

8884
link(rel="stylesheet" href="/assets/application.css")
89-
link(rel='stylesheet' href='https://cdn.rawgit.com/styledown/styledown/v1.0.2/data/styledown.css')
90-
script(src='https://cdn.rawgit.com/styledown/styledown/v1.0.2/data/styledown.js')
85+
<style>
86+
/* styledown css */
87+
</style>
88+
<script>
89+
/* styledown js */
90+
</script>
9191

9292
### Body
9393

@@ -135,17 +135,3 @@ __Markdown mode:__ Takes Markdown files.
135135
## Markup format
136136

137137
Read more: **[Markup format ▸](docs/Format.md)**
138-
139-
## :copyright:
140-
141-
**Styledown** © 2013+, Rico Sta. Cruz. Released under the [MIT License].<br>
142-
Authored and maintained by Rico Sta. Cruz with help from [contributors].
143-
144-
> [ricostacruz.com](http://ricostacruz.com) &nbsp;&middot;&nbsp;
145-
> GitHub [@rstacruz](https://github.com/rstacruz) &nbsp;&middot;&nbsp;
146-
> Twitter [@rstacruz](https://twitter.com/rstacruz)
147-
148-
[MIT License]: http://mit-license.org/
149-
[contributors]: http://github.com/styledown/styledown/contributors
150-
[highlight.js]: http://highlightjs.org/
151-
[Jade]: http://jade-lang.com/

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"css",
77
"styleguide"
88
],
9-
"version": "1.1.0",
9+
"version": "2.0.0",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/peopledoc/styledown.git"

0 commit comments

Comments
 (0)