-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface
Description
Changing line 147 in test/index.js
to "minify" the incoming html with the following line:
var file = vfile(fs.readFileSync(input, 'utf8').replace(/\n*^\s*/gm, ''))
This particular change results in 14 failures (I recognize that a proper minification might avoid a few of these failures).
I wonder if this issue should be better addressed in the rehype-parse package?
Metadata
Metadata
Assignees
Labels
🐛 type/bugThis is a problemThis is a problem👶 semver/patchThis is a backwards-compatible fixThis is a backwards-compatible fix💪 phase/solvedPost is donePost is done🗄 area/interfaceThis affects the public interfaceThis affects the public interface