1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
<HTML>
<HEAD>
<TITLE>
Sandbox</TITLE>
<STYLE type="text/css">
@import url('https://themes.googleusercontent.com/fonts/css?kit=lhDjYqiy3mZ0x6ROQEUoUw');ol{margin:0;padding:0}p{margin:0}.c12{list-style-type:disc;margin:0;padding:0;text-decoration:none;}.c8{width:468pt;background-color:#ffffff;padding:72pt 72pt 72pt 72pt}.c2{padding-left:0pt;direction:ltr;margin-left:36pt}.c11{list-style-type:lower-latin;margin:0;padding:0}.c4{list-style-type:circle;margin:0;padding:0}.c1{padding-left:0pt;direction:ltr;margin-left:72pt}.c7{;margin:0;padding:0}.c3{font-style:italic;font-family:Courier New}.c0{height:11pt;direction:ltr}.c5{font-weight:bold}.c9{font-family:Consolas}.c13{font-family:Courier New}.c6{direction:ltr}.c10{font-style:italic}body{color:#000000;font-size:11pt;font-family:Arial}h1{padding-top:24pt;color:#000000;font-size:24pt;font-family:Arial;font-weight:bold;padding-bottom:6pt}h2{padding-top:18pt;color:#000000;font-size:18pt;font-family:Arial;font-weight:bold;padding-bottom:4pt}h3{padding-top:14pt;color:#000000;font-size:14pt;font-family:Arial;font-weight:bold;padding-bottom:4pt}h4{padding-top:12pt;color:#000000;font-size:12pt;font-family:Arial;font-weight:bold;padding-bottom:2pt}h5{padding-top:11pt;color:#000000;font-size:11pt;font-family:Arial;font-weight:bold;padding-bottom:2pt}h6{padding-top:10pt;color:#000000;font-size:10pt;font-family:Arial;font-weight:bold;padding-bottom:2pt}</STYLE>
</HEAD>
<BODY class="c8">
<H1 class="c6">
<A name="h.xdvi2xfx4hkq">
</A>
<SPAN>
test doc</SPAN>
</H1>
<P class="c6">
<SPAN>
first issue</SPAN>
</P>
<P class="c0">
<SPAN>
</SPAN>
</P>
<OL class="c12" start="1">
<LI class="c2">
<SPAN>
bit</SPAN>
</LI>
<LI class="c2">
<SPAN class="c5 c10">
bold italic</SPAN>
</LI>
</OL>
<OL class="c4" start="1">
<LI class="c1">
<SPAN>
orange</SPAN>
</LI>
<LI class="c1">
<SPAN>
apple</SPAN>
</LI>
</OL>
<OL class="c12" start="3">
<LI class="c2">
<SPAN>
final</SPAN>
</LI>
</OL>
<P class="c0">
<SPAN>
</SPAN>
</P>
<P class="c6">
<SPAN>
text to separate lists</SPAN>
</P>
<P class="c0">
<SPAN>
</SPAN>
</P>
<OL class="c7" start="1">
<LI class="c2">
<SPAN>
now with numbers</SPAN>
</LI>
<LI class="c2">
<SPAN>
the prisoner</SPAN>
</LI>
</OL>
<OL class="c11" start="1">
<LI class="c1">
<SPAN>
not an </SPAN>
<SPAN class="c10">
italic number</SPAN>
</LI>
<LI class="c1">
<SPAN>
a </SPAN>
<SPAN class="c5">
bold human</SPAN>
<SPAN>
being</SPAN>
</LI>
</OL>
<OL class="c7" start="3">
<LI class="c2">
<SPAN>
end</SPAN>
</LI>
</OL>
<P class="c0">
<SPAN>
</SPAN>
</P>
<P class="c6">
<SPAN class="c5">
bold</SPAN>
</P>
<P class="c6">
<SPAN class="c10">
italic</SPAN>
</P>
<P class="c0">
<SPAN>
</SPAN>
</P>
<P class="c6">
<SPAN class="c9">
def func(x):</SPAN>
</P>
<P class="c6">
<SPAN class="c9">
if x < 1:</SPAN>
</P>
<P class="c6">
<SPAN class="c9">
return 'a'</SPAN>
</P>
<P class="c6">
<SPAN class="c9">
return 'b'</SPAN>
</P>
<P class="c0">
<SPAN>
</SPAN>
</P>
<P class="c6">
<SPAN>
Some </SPAN>
<SPAN class="c13">
fixed width text</SPAN>
<SPAN>
here</SPAN>
</P>
<P class="c6">
<SPAN class="c3">
italic fixed width text</SPAN>
</P>
<P class="c0">
<SPAN>
</SPAN>
</P>
</BODY>
</HTML>
|