*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace League\CommonMark\Tests\Functional\Extension\DisallowedRawHtml;
use League\CommonMark\Environment\Environment;
use League\CommonMark\Extension\CommonMark\CommonMarkCoreExtension;
use League\CommonMark\Extension\DisallowedRawHtml\DisallowedRawHtmlExtension;
use League\CommonMark\MarkdownConverter;
use PHPUnit\Framework\TestCase;
final class DisallowedRawHtmlExtensionTest extends TestCase
{
public function testDisallowedRawHtmlExtensionWithSpecExample(): void
{
$input = <<<'MD'
<xmp>Itallic font should be marked up using the and tags.</xmp> <noembed>Alternative content
Alternative content
Alternative content
</noembed>