MauroDataMapper-NHSD / mdm-plugin-nhs-data-dictionary

Mauro Core Plugin for the NHS Data Dictionary
Apache License 2.0
0 stars 0 forks source link

Stripping html tags from description #105

Closed mhocc closed 2 months ago

mhocc commented 2 months ago

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