Closed maxg closed 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.
<table>
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.