Mudanças entre as edições de "TESTE"

(TESTE)
Linha 1: Linha 1:
  
 
.ol{counter-reset:item;padding-left:10px;}LI{display:block}LI:before{content:counters(item,".") " ";counter-increment:item}
 
 
$wgResourceModules['ext.Example.styles'] = array(
 
'position' => 'top',
 
'styles' => array(
 
{{
 
var $doc = $('html, body');
 
$('a').click(function() {
 
    $doc.animate({
 
        scrollTop: $( $.attr(this, 'href') ).offset().top
 
    }, 500);
 
    return false;
 
});
 
}}
 
 
==TESTE ==
 
==TESTE ==
 
  <ol>
 
  <ol>

Edição das 14h57min de 15 de fevereiro de 2019

TESTE

  1. one
  2. two
    1. 12.5.1two.one
    2. two.two
    3. two.three
  3. three
    1. three.one
    2. three.two
      1. three.two.one