Skip to content

Change paragraph representation in the editor to div (LEAN-738)

Ahmad Souqi requested to merge LEAN-738 into master

Will create fragment node to hold inline content, and the paragraph node could be fragment or equation_element this will work perfectly with the editor, and for the pdf in the jats-export fragment node will return its children nodes without p node so in this case we are not violating DTD.

editor:

Screenshot_from_2021-12-21_05-03-43

pdf:

Screenshot_from_2021-12-21_05-03-00

Edited by Ahmad Souqi

Merge request reports