davebalmer / joDoc

Simple, open-ended JavaScript source documentation system based on markdown. joDoc rev 1.0.1 is available. Check Wiki page for some examples.
http://joapp.com/jo#joDoc
Other
62 stars 4 forks source link

Injected HTML headers not auto-linking #15

Open davebalmer opened 13 years ago

davebalmer commented 13 years ago

In the case where the HTML has <h1> tags with attributes, our regex isn't recognizing the tag. So:

<h1 class="somecssclass">My Keyword</h1>

Doesn't get auto-linked.