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
At some point we started normalizing text elements using StringUtils, which strips newlines and leading spaces. This can make text unreadable. Ideally we should:
handle EAD formatting elements by converting to HTML if possible
at least preserve newlines and leading spaces, which can be semantically meaningful
Figuring out how to render it meaningfully is a different problem.
Might also want to substitute Markdown-meaningful elements like asterisks for their HTML entities, e.g. *.
The text was updated successfully, but these errors were encountered:
At some point we started normalizing text elements using StringUtils, which strips newlines and leading spaces. This can make text unreadable. Ideally we should:
Figuring out how to render it meaningfully is a different problem.
Might also want to substitute Markdown-meaningful elements like asterisks for their HTML entities, e.g.
*
.The text was updated successfully, but these errors were encountered: