From bcb473501f2837afc7029c4962fa8484ec32f2f7 Mon Sep 17 00:00:00 2001 From: BenjaminJ Date: Thu, 16 Apr 2020 14:11:36 +0200 Subject: [PATCH] docs: Clean up readme --- Readme.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/Readme.md b/Readme.md index 53674e4..07ba561 100644 --- a/Readme.md +++ b/Readme.md @@ -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. @@ -69,7 +65,7 @@ files. .your-component-here { display: block; - ... + /*...*/ } ``` @@ -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') + + ### Body @@ -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].
-Authored and maintained by Rico Sta. Cruz with help from [contributors]. - -> [ricostacruz.com](http://ricostacruz.com)  ·  -> GitHub [@rstacruz](https://github.com/rstacruz)  ·  -> 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/