actuel-inactuel/site/plugins/custom-marks/index.php
isUnknown e425d6d141 add quote block, cite custom mark, and blockquote styles
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 08:08:27 +01:00

7 lines
100 B
PHP

<?php
use Kirby\Sane\Html;
Kirby::plugin('custom/marks', []);
Html::$allowedTags['cite'] = true;