diff --git a/Plugins.md b/Plugins.md index 489e0b7..d2d41d3 100644 --- a/Plugins.md +++ b/Plugins.md @@ -12,7 +12,7 @@ You can use the embeded jQuery too. *** -## Hide posts with stopwords plugin +

Hide posts with stopwords plugin

``` js // hide posts with stopwords @@ -42,7 +42,7 @@ function filter(e) { ``` -## Mark post plugin +

Mark post plugin

A plugin which lets you mark particular posts so you don't forget them in your timeline @@ -70,7 +70,7 @@ And add this to your CSS plugin file: ``` -## Make the font BIGGER +

Make the font BIGGER

Better readability on big resolutions screens (css) @@ -81,7 +81,7 @@ ol li .message { } ``` -## Add converted temperature +

Add converted temperature

``` javascript // A Tentia plugin to automatically convert fahrenheit to celcius