maxg / handx

Markdown handouts + exercises
Other
2 stars 2 forks source link

Jump links for lists only look at their first children #20

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 #19 for non-paragraph-item lists by looking only at their first child, but we want to look at text in all the children since each item might be very short.