mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
We support two types of custom excerpts. It can be <div class="excerpt"> or <span class="excerpt">: b21f74060e/lib/excerpt_parser.rb (L120)
We also ignore max excerpt length for custom excerpts. But we forgot to process div when ignoring max length.