-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
The improved pipeline now only uses JSDOM. The DOM supporting htlengine can directly use the prepared document thus avoiding to/from HTML serialization roundtrips.
Note the breaking changes:
BREAKING CHANGES:
- remove
htastfromcontext.contentschema - remove
hastfromcontext.responseschema - add
documentfrom tocontext.responseschema context.htastandcontext.response.hastis no longer generated- mdast to jsdom transformation handlers can only return hast (not string, not vdom)
- html postprocessing pipeline step was renamed from
hasttopost - mixing inline html and markdown no longer works (eg:
<em>This is **strong**</em>)
Reactions are currently unavailable