class Qiita::Markdown::Filters::FinalSanitizer

Sanitizes undesirable elements by whitelist-based rule. You can pass optional :rule and :script context.

Since this filter is applied at the end of html-pipeline, it’s rules are intentionally weakened to allow elements and attributes which are generated by other filters.

@see Qiita::Markdown::Filters::UserInputSanitizerr