edwh-editorjs 2.5.0a2__tar.gz → 2.5.0a3__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: edwh-editorjs
3
- Version: 2.5.0a2
3
+ Version: 2.5.0a3
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>
@@ -0,0 +1 @@
1
+ __version__ = "2.5.0a3"
@@ -248,7 +248,8 @@ class ParagraphBlock(EditorJSBlock):
248
248
 
249
249
  @classmethod
250
250
  def to_text(cls, node: MDChildNode) -> str:
251
- return default_to_text(node)
251
+ return process_styled_content(node)
252
+ # return default_to_text(node)
252
253
 
253
254
 
254
255
  @block("list")
@@ -1 +0,0 @@
1
- __version__ = "2.5.0a2"