@@ -1013,6 +1013,26 @@ <h1>CSS w/ language specified</h1>
10131013-->
10141014</ pre >
10151015
1016+ < h1 > Issue 79 CSS highlighting</ h1 >
1017+ < pre class =prettyprint >
1018+ <style type='text/css'>
1019+ /* desert scheme ported from vim to google prettify */
1020+ code.prettyprint { display: block; padding: 2px; border: 1px solid #888;
1021+ background-color: #333; }
1022+ .str { color: #ffa0a0; } /* string - pink */
1023+ .kwd { color: #f0e68c; font-weight: bold; }
1024+ .com { color: #87ceeb; } /* comment - skyblue */
1025+ .typ { color: #98fb98; } /* type - lightgreen */
1026+ .lit { color: #cd5c5c; } /* literal - darkred */
1027+ .pun { color: #fff; } /* punctuation */
1028+ .pln { color: #fff; } /* plaintext */
1029+ .tag { color: #f0e68c; font-weight: bold; } /* html/xml tag - lightyellow*/
1030+ .atn { color: #bdb76b; font-weight: bold; } /* attribute name - khaki*/
1031+ .atv { color: #ffa0a0; } /* attribute value - pink */
1032+ .dec { color: #98fb98; } /* decimal - lightgreen */
1033+ </style>
1034+ </ pre >
1035+
10161036< h1 > Issue 84 NBSPs</ h1 >
10171037< pre class ="prettyprint lang-java " id ="issue84 "> super("&nbsp;");</ pre >
10181038
@@ -1029,6 +1049,21 @@ <h1>Issue 86</h1>
10291049Two lines</ xmp >
10301050< p > < code class ="prettyprint " id ="issue86_5 "> #One< br >
10311051Two lines</ code > </ p >
1052+
1053+ < h1 > Issue 92</ h1 >
1054+ < pre class ="prettyprint " id ="issue92 ">
1055+ <?xml version="1.0" encoding="UTF-8"?>
1056+ <kml xmlns="http://www.opengis.net/kml/2.2">
1057+ <Placemark>
1058+ <name>Simple placemark</name>
1059+ <description>Attached to the ground. Intelligently places itself
1060+ at the height of the underlying terrain.</description>
1061+ <Point>
1062+ <coordinates>-122.0822035425683,37.42228990140251,0</coordinates>
1063+ </Point>
1064+ </Placemark>
1065+ </kml>
1066+ </ pre >
10321067</ body >
10331068
10341069< script type ="text/javascript ">
@@ -2402,7 +2437,23 @@ <h1>Issue 86</h1>
24022437 issue86_3 : '`COM#One`END`PLN<br>' +
24032438 '`END`TYPTwo`END`PLN lines`END' ,
24042439 issue86_4 : '`COM#One`END`PLN<br>' +
2405- '`END`TYPTwo`END`PLN lines`END'
2440+ '`END`TYPTwo`END`PLN lines`END' ,
2441+ issue92 : '`PUN<?`END`PLNxml version`END`PUN=`END`STR"1.0"`END`PLN encoding`END`PUN=`END ' +
2442+ '`STR"UTF-8"`END`PUN?>`END`PLN<br>' +
2443+ '`END`TAG<kml`END`PLN `END`ATNxmlns`END`PUN=`END`ATV"http://www.opengis.net/kml/2.2"`END ' +
2444+ '`TAG>`END`PLN<br>' +
2445+ ' `END`TAG<Placemark>`END`PLN<br>' +
2446+ ' `END`TAG<name>`END`PLNSimple placemark`END`TAG</name>`END`PLN<br>' +
2447+ ' `END`TAG<description>`END`PLNAttached to the ground. ' +
2448+ ' Intelligently places itself <br>' +
2449+ ' at the height of the underlying terrain.`END ' +
2450+ '`TAG</description>`END`PLN<br>' +
2451+ ' `END`TAG<Point>`END`PLN<br>' +
2452+ ' `END`TAG<coordinates>`END ' +
2453+ '`PLN-122.0822035425683,37.42228990140251,0`END`TAG</coordinates>`END`PLN<br>' +
2454+ ' `END`TAG</Point>`END`PLN<br>' +
2455+ ' `END`TAG</Placemark>`END`PLN<br>' +
2456+ '`END`TAG</kml>`END'
24062457} ;
24072458</ script >
24082459
0 commit comments