Skip to content

Commit 1bdf276

Browse files
committed
formatting in README
[skip ci]
1 parent 1908dc2 commit 1bdf276

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,11 @@
1414

1515
## Description
1616

17-
Loofah is a general library for manipulating and transforming HTML/XML
18-
documents and fragments. It's built on top of Nokogiri and libxml2, so
19-
it's fast and has a nice API.
17+
Loofah is a general library for manipulating and transforming HTML/XML documents and fragments, built on top of Nokogiri.
2018

21-
Loofah excels at HTML sanitization (XSS prevention). It includes some
22-
nice HTML sanitizers, which are based on HTML5lib's safelist, so it
23-
most likely won't make your codes less secure. (These statements have
24-
not been evaluated by Netexperts.)
19+
Loofah excels at HTML sanitization (XSS prevention). It includes some nice HTML sanitizers, which are based on HTML5lib's safelist, so it most likely won't make your codes less secure. (These statements have not been evaluated by Netexperts.)
2520

26-
ActiveRecord extensions for sanitization are available in the
27-
[`loofah-activerecord` gem](https://github.com/flavorjones/loofah-activerecord).
21+
ActiveRecord extensions for sanitization are available in the [`loofah-activerecord` gem](https://github.com/flavorjones/loofah-activerecord).
2822

2923

3024
## Features

0 commit comments

Comments
 (0)