Markdown.pl: treat center as a block because it is
commit26e8ebf4c1ee693a4c079ba508820bf51a8888eb
authorKyle J. McKay <mackyle@gmail.com>
Wed, 23 Dec 2020 17:30:42 +0000 (23 10:30 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 23 Dec 2020 17:30:42 +0000 (23 10:30 -0700)
tree8d4af3e9f52eb70dc622cc465023306f73923416
parentff92cf54575e82a5c17578252d509fa6e02a3db9
Markdown.pl: treat center as a block because it is

Although the <center>...</center> tag has been deprecated, it still
occurs in the wild.

Since it's equivalent to <div align="center">...</div> it needs to
be treated as a block level tag.

Add it to tagblk to make it so.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Markdown.pl