After experimenting with a few options I decided to go with the minimal fix of stripping the markup from the description in the html preview generation code. There are likely to be other places where this needs to be done.
It would be possible to remove the Markdown option from the ContentEditorComponent but that could have side-effects elsewhere.
After experimenting with a few options I decided to go with the minimal fix of stripping the markup from the description in the html preview generation code. There are likely to be other places where this needs to be done.
It would be possible to remove the Markdown option from the
ContentEditorComponent
but that could have side-effects elsewhere.Fixes #82