You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relying solely on upstream parsers will never yield perfect results, so it would make sense to implement hooks which can be used to apply fixes for common simplification and conversion errors.
They should be available at three places in the slurping process: before simplification, before markdown conversion, and after conversion. Hooks will need to be either universal or site-specific. They should not be user configurable to start. Relevant checks and processing should be migrated to use these hooks but those should be addressed as separate issues.
Relying solely on upstream parsers will never yield perfect results, so it would make sense to implement hooks which can be used to apply fixes for common simplification and conversion errors.
They should be available at three places in the slurping process: before simplification, before markdown conversion, and after conversion. Hooks will need to be either universal or site-specific. They should not be user configurable to start. Relevant checks and processing should be migrated to use these hooks but those should be addressed as separate issues.
See also #34, #15, #14.
The text was updated successfully, but these errors were encountered: