From d074a5afa95b05e776a2c361fab3c94fd3501ab4 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 14 Jan 2013 13:38:41 -0800 Subject: [PATCH] Added links to headlines --- Plugins.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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