// inside each
  • html element $BlockMarkups['ol'] = array('
    1. ', '
    2. ', '
    ',1); // css to style the div,li and ol // html elements mentioned above $HTMLStylesFmt['boldlists'] = " div.li{font-weight:normal} ol>li{font-weight:bold} ";