Various type sof literal blocks =============================== Paragraph: :: Literal block, where \ are preserved. Paragraph: :: Literal block Which may also contain multiple lines, where indentation should be maintained. Paragraph:: Literal block Do handle all types of special characters, just as they are, like those tokenizer regular expressions: array ( 1 => '(\A(?P[ \t]+))S', 2 => '(\A(?P\r\n|\r|\n))S', 4 => '(\A(?P([!"#$%&\'()*+,./:;<=>?@[\]^_`{|}~-]|\xe2\x80\xa2|\xe2\x80\xa3|\xe2\x81\x83)\2*))S', 3 => '(\A(?P\\))S', 5 => '(\A(?P(?: [^`*_\\[\]|()"\':.\r\n\t ]|[^`*_\\[\]|()"\':.\r\n\t ])+))S', ) John Doe wrote:: >> Great idea! > > Why didn't I think of that? You just did! ;-)