... syntax * More info: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/figcaption * * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Anika Henke * @author Sascha Leib */ class syntax_plugin_adhoctags_figcaption extends syntax_plugin_adhoctags_abstractheadline { protected $tag = 'figcaption'; }