Skip to content

refactor sec.js #469

@pkra

Description

@pkra

While many section-like elements are handled by sec.js:

// 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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions