OLD | NEW |
---|---|
(Empty) | |
1 | <ol> | |
2 | <li> | |
3 | <span> | |
4 | style="font-weight: 900;" | |
5 | "<#selection-anchor>a | |
6 " | |
7 | <span> | |
8 | style="font-weight: 900;" | |
9 | " | |
10 a<#selection-focus>" | |
11 | <br> | |
12 | <script> | |
13 | " | |
14 document.designMode = 'on'; | |
15 document.execCommand("selectAll", false, null); | |
16 document.execCommand("insertOrderedList" , false , null); | |
17 Markup.dump(document.body); | |
18 " | |
19 | <style> | |
20 | " | |
21 * { | |
22 font-weight:lighter; | |
23 } | |
24 " | |
OLD | NEW |