On Sun, Jan 16, 2005 at 01:28:47PM -0600, Marcelo E. Magallon wrote:
> The other thing I didn't get is why I need to use load_class at this
> point.
The (almost) working code is now posted at the Kwiki[0]. As I indicate
on that page, the code has to problems:
* I'm getting the first entry duplicated
* html_start isn't writing the names
That is, this input:
= Intro
== Motivation
== Related work
= Algorithm
Produces something like:
* Intro
* Intro
* Motivation
* Related work
* Algorithm
and the headers read:
<h1><a name="">Intro</a></h1>
insatead of
<h1><a name="intro">Intro</a></h1>
TIA,
Marcelo
[0] http://kwiki.org/?TableOfContentsPlugin