From 128a8bb8a0d195c05939455a9ed27bf50cf97eb5 Mon Sep 17 00:00:00 2001 From: "BANO.notIT" Date: Wed, 8 Mar 2017 17:57:35 +0300 Subject: [PATCH] Adding link to maintainer image As you ask me) But docs page already fixed and don't show images and custom html tags :( --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3f42c8fc..f272fbc8 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,15 @@ -

less-loader

-

Compiles Less to CSS.
Use the css-loader or the raw-loader to turn it into a JS module and the ExtractTextPlugin to extract it into a separate file.

+

less-loader

+ +

Compiles Less to CSS.

+ +Use the [css-loader](https://github.com/webpack-contrib/css-loader) or the [raw-loader](https://github.com/webpack-contrib/raw-loader) to turn it into a JS module and the [ExtractTextPlugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) to extract it into a separate file. + +

Install

```bash @@ -183,15 +188,13 @@ If you want to edit the original Less files inside Chrome, [there's a good blog

Maintainer

- -
- +
Johannes Ewald