diff -r 964438ef8401 -r a4705c2b4544 client/src/HtmlSerializer.js --- a/client/src/HtmlSerializer.js Mon Oct 01 00:17:45 2018 +0200 +++ b/client/src/HtmlSerializer.js Mon Oct 08 03:24:47 2018 +0200 @@ -35,7 +35,7 @@ return
    {children}
; case 'bulleted-list': return ; - case 'list-item': + case 'list-item': return
  • {children}
  • ; case 'paragraph': case 'line': @@ -65,7 +65,7 @@ case 'underlined': return {children} case 'category': - return {children} + return {children} default: return; } }