jostylr / literate-programming-lib

The library component of literate-programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

h5 directive repeated

jostylr opened this issue · comments

There seems to be a problem with having two of the same h5 headings in the same section, e.g.,

[hstuff](#h "h5:")

#####  h

         some code

###### h

        some more code

Also need to examine the case of the directive defined but never utilized. Ideally, it should return an empty augmented array.

Done and tested for.