I'm unable to escape angle brackets in markdown tables when a letter follows it. For example:
# Works: has spaces
| < div > |
# Work: character after anglebracket is not a-z
| <[URL]> |
| <123abc> |
# Don't work:
| <leader> |
| \<leader\> |
Is this possible? I'd like to include the literal <leader> in my vim cheatsheet!