@wordpress/autop 3.30.0 → 3.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +2 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -20,9 +20,7 @@ _This package assumes that your code will run in an **ES2015+** environment. If
|
|
|
20
20
|
|
|
21
21
|
Replaces double line-breaks with paragraph elements.
|
|
22
22
|
|
|
23
|
-
A group of regex replaces used to identify text formatted with newlines and
|
|
24
|
-
replace double line-breaks with HTML paragraph tags. The remaining line-
|
|
25
|
-
breaks after conversion become `<br />` tags, unless br is set to 'false'.
|
|
23
|
+
A group of regex replaces used to identify text formatted with newlines and replace double line-breaks with HTML paragraph tags. The remaining linebreaks after conversion become `<br />` tags, unless br is set to 'false'.
|
|
26
24
|
|
|
27
25
|
_Usage_
|
|
28
26
|
|
|
@@ -44,8 +42,7 @@ _Returns_
|
|
|
44
42
|
|
|
45
43
|
Replaces `<p>` tags with two line breaks. "Opposite" of autop().
|
|
46
44
|
|
|
47
|
-
Replaces `<p>` tags with two line breaks except where the `<p>` has attributes.
|
|
48
|
-
Unifies whitespace. Indents `<li>`, `<dt>` and `<dd>` for better readability.
|
|
45
|
+
Replaces `<p>` tags with two line breaks except where the `<p>` has attributes. Unifies whitespace. Indents `<li>`, `<dt>` and `<dd>` for better readability.
|
|
49
46
|
|
|
50
47
|
_Usage_
|
|
51
48
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wordpress/autop",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.32.0",
|
|
4
4
|
"description": "WordPress's automatic paragraph functions `autop` and `removep`.",
|
|
5
5
|
"author": "The WordPress Contributors",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "6df0c62d43b8901414ccd22ffbe56eaa99d012a6"
|
|
36
36
|
}
|