feat: add themeable table to the TinyMCE Editor
feat: add themeable table to the TinyMCE Editor (#17) This: * Replaces static third-party libraries with the ones from the edx-platform. * Adds the table plugin to the studio TinyMCE editor. * Adds a way to define custom CSS classes for tables through settings. They can be used to apply styles HTML tables through the comprehensive theme. * Makes `bleaching.py` compatible with `CSSSanitizer` from `bleach==5.0.0`.