<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Patrick R. Michaud wrote:
<blockquote cite="mid:20090224211518.GL26665@pmichaud.com" type="cite"><br>
  <blockquote type="cite">
    <pre wrap="">Way not just make it configurable? In my case  for example it's far more  
hassle to keep control over the numbering cause I work a lot with  
includes and sections.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sure, it's configurable -- just write a recipe that replaces
the existing markups with the version(s) you want.  :-)

Pm
  </pre>
</blockquote>
<br>
I appreciate that you are being flippant, but your suggestion requires
"forking" a fairly major piece of core code which will obviously now
have to be maintained from version to version and also it breaks any
further recipes trying to do the same thing<br>
<br>
I hope there might be some happy medium here.&nbsp; My own opinion is that
lack of explicit closing of tags just leads to problems down the road
and lots of complexities parsing things.<br>
<br>
However, perhaps:<br>
&nbsp; &gt;&gt;blah&lt;&lt; continues a div and <br>
&nbsp; &gt;&gt;!blah&lt;&lt; closes the outermost level and creates a new
block at that level?<br>
<br>
<br>
Or something else?<br>
<br>
Nested markup would be extremely helpful - it seems like every even
simple page I write has to jump through hoops just to live without any
sort of nesting...<br>
<br>
Ed W<br>
</body>
</html>