Skip to content

Commit

Permalink
Merge pull request #24 from peopledoc/release/v2
Browse files Browse the repository at this point in the history
Release Styledownv2
  • Loading branch information
KamiKillertO authored Apr 16, 2020
2 parents 0ab30be + bcb4735 commit 46a838c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 23 deletions.
28 changes: 7 additions & 21 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ Write maintainable CSS styleguides efficiently using a Markdown.
styledown --help
```

[![npm version](http://img.shields.io/npm/v/styledown.svg?style=flat)](https://npmjs.org/package/styledown "View this project on npm")

[example]: http://cdn.rawgit.com/styledown/styledown/v1.0.2/examples/bootstrap/index.html

## How it works

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

.your-component-here {
display: block;
...
/*...*/
}
```

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

link(rel="stylesheet" href="/assets/application.css")
link(rel='stylesheet' href='https://cdn.rawgit.com/styledown/styledown/v1.0.2/data/styledown.css')
script(src='https://cdn.rawgit.com/styledown/styledown/v1.0.2/data/styledown.js')
<style>
/* styledown css */
</style>
<script>
/* styledown js */
</script>

### Body

Expand Down Expand Up @@ -135,17 +135,3 @@ __Markdown mode:__ Takes Markdown files.
## Markup format

Read more: **[Markup format ▸](docs/Format.md)**

## :copyright:

**Styledown** © 2013+, Rico Sta. Cruz. Released under the [MIT License].<br>
Authored and maintained by Rico Sta. Cruz with help from [contributors].

> [ricostacruz.com](http://ricostacruz.com) &nbsp;&middot;&nbsp;
> GitHub [@rstacruz](https://github.com/rstacruz) &nbsp;&middot;&nbsp;
> Twitter [@rstacruz](https://twitter.com/rstacruz)
[MIT License]: http://mit-license.org/
[contributors]: http://github.com/styledown/styledown/contributors
[highlight.js]: http://highlightjs.org/
[Jade]: http://jade-lang.com/
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"css",
"styleguide"
],
"version": "1.1.0",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "https://github.com/peopledoc/styledown.git"
Expand Down

0 comments on commit 46a838c

Please sign in to comment.