This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -485,10 +485,13 @@ <h1>HTML 5 nested code element language ignored if not only content</h1>
485485< code class ="language-lisp "> ; foo</ code >
486486</ pre >
487487
488- < h1 > Issue 185: Don't reprettify prettified content</ h1 >
488+ < h1 > Issues 185 and 261 : Don't reprettify prettified content</ h1 >
489489< code class ="prettyprint prettyprinted " id ="issue185 "
490490> < span class ="str "> "No tag backs."</ span > </ code >
491491
492+ < pre class ="prettyprint prettyprinted linenums " id ="issue261 "
493+ > < ol class ="linenums "> < li class ="L0 "> < span class ="str "> "No tag backs."</ span > </ li > </ ol > </ pre >
494+
492495< h1 > Issue 201: C type not full word</ h1 >
493496< code class ="prettyprint lang-c " id ="issue201 "
494497> static Persistent<String> listeners_symbol;</ code >
@@ -957,6 +960,7 @@ <h1>TCL_lang</h1>
957960 html5conv4 : ( '`PLNbefore CODE\n' +
958961 '`END<code class="language-lisp">`PUN;`END`PLN foo`END</code>\n' ) ,
959962 issue185 : '`STR"No tag backs."`END' ,
963+ issue261 : '<ol class="linenums"><li class="L0">`STR"No tag backs."`END</li></ol>' ,
960964 issue201 : '`KWDstatic`END`PLN `END`TYPPersistent`END' +
961965 '`PUN<`END`TYPString`END`PUN>`END`PLN listeners_symbol`END`PUN;`END' ,
962966 dart : '`PLNpart of myLib`END`PUN;`END`PLN\n' +
You can’t perform that action at this time.
0 commit comments