mirror of
https://github.com/stan220/waterpipe.js.git
synced 2026-09-08 15:29:32 +00:00
Fix broken Markdown headings
This commit is contained in:
@@ -4,7 +4,7 @@ waterpipe.js is a jQuery plugin for smoky backgrounds developed by [dragdropsite
|
||||
|
||||

|
||||
|
||||
##Examples
|
||||
## Examples
|
||||
Here are some examples generated using waterpipe.js plugin.
|
||||
|
||||

|
||||
@@ -20,7 +20,7 @@ Here are some examples generated using waterpipe.js plugin.
|
||||

|
||||

|
||||
|
||||
##Usage
|
||||
## Usage
|
||||
|
||||
**1. Include jQuery and waterpipe.js**
|
||||
|
||||
@@ -52,7 +52,7 @@ Here are some examples generated using waterpipe.js plugin.
|
||||
bgColorOuter: "#666666"
|
||||
});
|
||||
|
||||
##Options
|
||||
## Options
|
||||
|
||||
| Option | Type | Default | Description |
|
||||
|---------------|---------------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
||||
@@ -70,7 +70,7 @@ Here are some examples generated using waterpipe.js plugin.
|
||||
| bgColorInner | string | '#ffffff' | Background outer color in hex format |
|
||||
| bgColorOuter | string | '#666666' | Background inner color in hex format |
|
||||
|
||||
##Methods
|
||||
## Methods
|
||||
|
||||
The following code could be used to call a method: `smokyBG.data('waterpipe').generate();`Please make sure variable smokyBG exists
|
||||
|
||||
@@ -82,14 +82,14 @@ The following code could be used to call a method: `smokyBG.data('waterpipe').ge
|
||||
| download | width: int, | Download size in pixels |
|
||||
| | height: int | |
|
||||
|
||||
##Demo
|
||||
## Demo
|
||||
|
||||
Please check the demo to generate and download your own smoky backgrounds: [http://dragdropsite.github.io/waterpipe.js](http://dragdropsite.github.io/waterpipe.js)
|
||||
|
||||
##Credits
|
||||
## Credits
|
||||
|
||||
[rectangleworld.com](http://rectangleworld.com/blog/) - big part of code has been taken from the examples provided on this blog
|
||||
|
||||
##License
|
||||
## License
|
||||
|
||||
Licensed under MIT license
|
||||
Reference in New Issue
Block a user