Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✍️ Serialize JATS #28

Merged
merged 2 commits into from
Oct 13, 2023
Merged

✍️ Serialize JATS #28

merged 2 commits into from
Oct 13, 2023

Conversation

rowanc1
Copy link
Member

@rowanc1 rowanc1 commented Oct 12, 2023

No description provided.

Copy link
Contributor

@fwkoch fwkoch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be really nice to keep building out!

value: String(text)
.replace(/\n(\s+)$/, '')
.replace('\n', ' '),
value: String(text).replace(/\n(\s+)$/, ''),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change significant?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing errors when reading ours vs pandocs export.

I think this needs to go to an option on how to treat spaces.

@rowanc1 rowanc1 merged commit 8d71b11 into main Oct 13, 2023
4 checks passed
@rowanc1 rowanc1 deleted the feat/serialize branch October 13, 2023 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants