class Qiita::Markdown::Filters::Simplify

A filter for simplifying document structure by removing complex markups (mainly block elements) and complex contents.

The logic of this filter is similar to the ‘FinalSanitizer` filter, but this does not use the `sanitize` gem internally for the following reasons: