jupytercalpoly / jupyterlab-richtext-mode

JupyterLab extension for rich text editing in the notebook
43 stars 18 forks source link

Underline and strikethrough don't maintain rendered state #27

Closed isabela-pf closed 4 years ago

isabela-pf commented 4 years ago

When underlined and strikethough text is input and run for the first time, they maintain their rendered WYSIWYG state throughout.

run1

When the cell is reopened to edit content, both lose their rendered state.

edit

Once you re-run the cell after editing, underlined content properly renders while the strikethrough still does not.

run2

isabela-pf commented 4 years ago

Strikethrough has been fixed with #28, but underline has not.

isabela-pf commented 4 years ago

Underline has been fixed with #41. This issue is closed!