Markdown: allow backticks-delimited code blocks in lists
commitc154f45386b371157e435b234bfc54140a2f1587
authorKyle J. McKay <mackyle@gmail.com>
Sun, 13 Jun 2021 17:52:44 +0000 (13 10:52 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 13 Jun 2021 17:52:44 +0000 (13 10:52 -0700)
treeb046b9b36f5e0b67ae4e0a034ea257bec0498d46
parentf2f8a1e2fef4ea1a6d157408c967379b45d6af8b
Markdown: allow backticks-delimited code blocks in lists

Using backticks-delimited code blocks in lists has apparently
become rather widely used even though the original specification
didn't seem to allow them within lists.

Make the needed changes to allow this.

The changes are actually rather minor.

And do update the syntax document to reflect this change.

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