Mickael

Results 2 issues of Mickael

Test with ``` content ``` maybe do an "escape" in editorjs.py ? ``` from django.utils.html import escape def generate_code(data): code = escape(data.get('code')) return f'{code}' ```