This project is not covered by Drupal’s security advisory policy.

Replaced by: 

Not sure how I could have missed this project! The two projects are functionally equivalent, use this one instead!

This module provides a simple Filter plugin type that wraps processed text output in an html element with customizable classing.

Typically, this is how I've solved what I've dubbed the "last child" problem with unpredictable content. By identifying such content via a CSS class, one can take the following approach to normalizing front-end display:

.wysiwyg {
  display: contents;
}

.wysiwyg *:last-child {
  margin-bottom: 0;
}

Project information

  • caution Obsolete
    Use of this project is deprecated.
  • Project categories: Developer tools
  • Created by luke.leber on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases