Dominik Filip

Results 1 issues of Dominik Filip

Extends `:break_token` configuration with `:break_token_at_count` which allows to specify at which occurrence of `:break_token` to truncate HTML. Possible use case: truncate first 3 paragraphs. ```ruby TruncateHtml.configure do |config| config.break_token =...