Simon-Initiative / course-digest

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

[FEATURE] command migration #103

Closed darrensiegel closed 1 year ago

darrensiegel commented 1 year ago

Adds support for migrating the <command> element. Ensures that it migrates into the new command_button element, which is an inline element. Care is taken to ensure these always exist inside of a p or li or other block level parent.

While testing this out I discovered that video migration was broken. embed_activity support was making <source> specific changes, which conflicts with the video element <source> element.

darrensiegel commented 1 year ago

Closing, this work landed with a previous PR (that PR branched from this one)