Open prurph opened 1 year ago
Weird. I haven't played with Cheaters for a long time so I'm not recalling why this wouldn't work, but the easy solution is to put an HTML word separator character into the markup:
<⁠leader⁠>
The ⁠
inserts an invisible (zero-width) character and fixes the
parsing of this particular markup.
-Brett
On 20 Dec 2022, at 16:19, Prescott Murphy wrote:
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!-- Reply to this email directly or view it on GitHub: https://github.com/ttscoff/cheaters/issues/29 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
I'm unable to escape angle brackets in markdown tables when a letter follows it. For example:
Is this possible? I'd like to include the literal
<leader>
in my vim cheatsheet!