Simon-Initiative / course-digest

Tool to produce a summary or digest of OLI course package contents
MIT License
2 stars 0 forks source link

[BUGFIX] Preserve whitespace in code blocks [MER-1756] #133

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

Preserves whitespace in codeblocks by transforming codeblock text to a custom escaped form during restructurePreservingWhitespace then unescaping in toJSON. Needed to prevent whitespace in element text from getting normalized away during intermediate passes which parse with whitespace normalization on.