#!/usr/bin/env perl use v5.34; use CommonMark; my $doc = CommonMark->parse( string => "# xablau\n# xupliu", ); say $doc->render_html;