diff --git a/Upgrading-Omeka-core.md b/Upgrading-Omeka-core.md index e0da7b5..e2847fd 100644 --- a/Upgrading-Omeka-core.md +++ b/Upgrading-Omeka-core.md @@ -1,6 +1,6 @@ Things to do after upgrading the Omeka core. -## Remove unwanted blocks for page edit +## Remove unwanted blocks from page edit page Blocks are: * **HTML**: Users can paste text into the Omeka HTML block. This is undesirable because html style and classes are included in the html. We de not want unexpected formats. For this reason we have developed the Markdown text module. Markdown allows basic HTML formatting without extra unwanted text formatting. But we also want to remove the HTML block so users cannot include it in their pages.