Edirom / MerMEId

Metadata Editor and Repository for MEI Data
https://mermeid.edirom.de/
Apache License 2.0
12 stars 5 forks source link

add fallback template for HTML tags #196

Closed peterstadler closed 7 months ago

peterstadler commented 8 months ago

This PR fixes #193 by introducing a fallback template for arbitrary HTML tags. Unknown HTML tags will be stripped off which needs to be documented/warned about in the FAQ.

peterstadler commented 7 months ago

I agree that the result is not "great" in terms of MEI (or text structure in general) but there seems to be no easy solution to filter out all possible (eventually nested) HTML elements and wrap them appropriately.

My proposal would be to merge this PR since it fixes the initial bug of destroyed TinyMCE editor and look after improving the output in a later step.