Main Docs Page: AutoHosted Docs

This apply to all plugins sections supported by auto-hosted plugin. List of plugin sections input:

  1. Changelog (Plugin Update Data Meta Box)
  2. Description (Plugin Sections Meta Box)
  3. FAQ (Plugin Sections Meta Box)
  4. Screenshots (Plugin Sections Meta Box)
  5. Other Notes (Plugin Sections Meta Box)

Allowed tags:

/* plugins sections allowed tags */
$plugins_allowedtags = array(
    'a'       => array(
                'href'    => array(),
                'title'   => array(),
                'target'  => array() 
                ),
    'abbr'    => array(
                'title'   => array()
                ),
    'acronym' => array(
                'title'   => array()
                ),
    'code'    => array(),
    'pre'     => array(),
    'em'      => array(),
    'strong'  => array(),
    'div'     => array(),
    'p'       => array(),
    'ul'      => array(),
    'ol'      => array(),
    'li'      => array(),
    'h1'      => array(),
    'h2'      => array(),
    'h3'      => array(),
    'h4'      => array(),
    'h5'      => array(),
    'h6'      => array(),
    'img'     => array(
                'src'    => array(),
                'class'  => array(),
                'alt'    => array()
                )
);

If you input other HTML tags, the tags will be sanitize and removed when saving plugins item.