Add tokenization of literal blockquote tags (wikitext, 8888a18)

This is the first step in adding support for literal <blockquote> and </blockquote> tags. The rationale for this is that when quoting large slabs of text it is much more convenient to use starting and ending tags rather than prefixing every single line with a greater-than sign.

Because blockquote and pre blocks are intimately interrelated I won't allow mixing the two types of syntax, as it could produce results too confusing for the user.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

← Update list and header rules for new BLOCKQUOTE_START token (wikitext, 9e985ab)
Add specs for treat_slash_as_special instance variable (wikitext, ca14d4c) →

All snippets