-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
While many section-like elements are handled by sec.js:
texml-to-html/lib/transformer.js
Lines 107 to 109 in d7244f6
| // sec-like elements | |
| ['ack', 'front-matter-part', 'dedication', 'book-app-group', 'book-app'].forEach( | |
| mapTag.bind(null, this['sec']) |
some are not (e.g., abstract, app, notes) which is inconsistent. Also, some logic is duplicated (e.g., Ack handling in sec.js and app.js).
We could split up sec or we could let it handle these other elements, too.
Reactions are currently unavailable