SUPPORTED_BLOCK_ELEMENTS top-level constant

Set<String> const SUPPORTED_BLOCK_ELEMENTS

Implementation

const SUPPORTED_BLOCK_ELEMENTS = <String>{
  'table',
  'thead',
  'tbody',
  'tfoot',
  'th',
  'td',
  'caption',
  'ul',
  'ol',
  'li',
  'div',
  'p',
  'h1',
  'h2',
  'h3',
  'h4',
  'h5',
  'h6',
  'pre',
  'mx-reply',
  'blockquote',
  'hr',
  'details',
  'summary',
};