maxg / handx

Markdown handouts + exercises
Other
2 stars 2 forks source link

Jump links for certain elements need to be inside their children #19

Closed maxg closed 6 years ago

maxg commented 6 years ago

https://github.com/maxg/handx/blob/f1b9405/web/handout/handout-render.js#L445

Implementation currently works around this problem for non-paragraph-item lists by looking only at their first child, but this is itself bug #20.

Are there any other problem elements? E.g. <table>? Need to special-case all of these elements.