You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For other usecases like markup they could be stripped but for flexibility I think it should be left to the custom parsers instead of the initial 'prep' cycle in DSS.
The text was updated successfully, but these errors were encountered:
For our project we are implementing a custom parser which parses multiline fields with markdown formatting.
Empty lines within markdown denote separation between paragraphs and are therefore important to retain.
I believe this is the part of the code that strips empty lines in the
_dss.parse
function:For other usecases like markup they could be stripped but for flexibility I think it should be left to the custom parsers instead of the initial 'prep' cycle in DSS.
The text was updated successfully, but these errors were encountered: