=== Greentext === Contributors: swack Tags: greentext, comment, comments, 4chan, imageboard, imageboards, chan Requires at least: 3.7 Tested up to: 5.1.1 Requires PHP: 5.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Enables >greentexting in comments, posts, and pages. The greentext can be customized via CSS or left default green. == Description == Greentext is a simple plugin that enables >greentexting in comments, posts, and pages. Greentexting, originally from imageboards, is a convenient way to quote, summarize, or tell stories. The plugin gives any line that starts with the `>` character (or its HTML entity) a default style of color:green, but you can reference the span class `greentext` in your CSS to style the greentext however you want. For example: `span.greentext{color:blue;font-weight:bold;}` == Changelog == = 1.0.1 = * Greentexting now also applied to posts and pages. = 1.0.0 = Initial release. == Screenshots == 1. Lines that start with > become green. That's it.