edwh-editorjs 2.2.0__py3-none-any.whl → 2.2.1__py3-none-any.whl
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.
editorjs/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "2.2.
|
|
1
|
+
__version__ = "2.2.1"
|
editorjs/core.py
CHANGED
|
@@ -92,7 +92,9 @@ class EditorJS:
|
|
|
92
92
|
# idk why this happens:
|
|
93
93
|
md = md.replace(r"\[ ]", "[ ]")
|
|
94
94
|
md = md.replace(r"\[x]", "[x]")
|
|
95
|
-
return md
|
|
95
|
+
return md.replace(
|
|
96
|
+
" <", " <"
|
|
97
|
+
) # replace double space (added by mdast) with single one
|
|
96
98
|
|
|
97
99
|
def to_mdast(self) -> str:
|
|
98
100
|
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: edwh-editorjs
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.1
|
|
4
4
|
Summary: EditorJS.py
|
|
5
5
|
Project-URL: Homepage, https://github.com/educationwarehouse/edwh-EditorJS
|
|
6
6
|
Author-email: SKevo <skevo.cw@gmail.com>, Robin van der Noord <robin.vdn@educationwarehouse.nl>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
editorjs/__about__.py,sha256=
|
|
1
|
+
editorjs/__about__.py,sha256=4dqvKTDgbqeyzbWj6hYiNdzxsI8j1YOKSLM8vF6a0j4,22
|
|
2
2
|
editorjs/__init__.py,sha256=-OHUf7ZXfkbdFB1r85eIjpHRfql-GCNUCKuBEdEt2Rc,58
|
|
3
3
|
editorjs/blocks.py,sha256=p5vPOM-YGbx_UL8b2pA2tXXmCrTMn4K-UaeUdsiZp5A,24528
|
|
4
|
-
editorjs/core.py,sha256=
|
|
4
|
+
editorjs/core.py,sha256=FtdPWeY05PWOQ2JY1rPdZdnXL5g_LrrCfRy0HfjkXqM,3649
|
|
5
5
|
editorjs/exceptions.py,sha256=TyfHvk2Z5RbKxTDK7lrjgwAgVgInXIuDW63eO5jzVFw,106
|
|
6
6
|
editorjs/helpers.py,sha256=q861o5liNibMTp-Ozay17taF7CTNsRe901lYhhxdwHg,73
|
|
7
7
|
editorjs/types.py,sha256=W7IZWMWgzJaQulybIt0Gx5N63rVj4mEy73VJWo4VAQA,1029
|
|
8
|
-
edwh_editorjs-2.2.
|
|
9
|
-
edwh_editorjs-2.2.
|
|
10
|
-
edwh_editorjs-2.2.
|
|
8
|
+
edwh_editorjs-2.2.1.dist-info/METADATA,sha256=S_ulJgMQGRsEbnCziWID8qMF1gp74brQiuJWGc9hjQ8,972
|
|
9
|
+
edwh_editorjs-2.2.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
10
|
+
edwh_editorjs-2.2.1.dist-info/RECORD,,
|
|
File without changes
|