Open vkryukov opened 1 week ago
This will allow to selectively use a different parser without setting a global configuration variable, which should help with tests.
Maybe some kind of a floki_opts keyword list that will allow to pass any options to underlying floki parse_document call?
floki_opts
This will allow to selectively use a different parser without setting a global configuration variable, which should help with tests.