commonmark.js icon indicating copy to clipboard operation
commonmark.js copied to clipboard

add support for tabs in link body

Open mikeando opened this issue 2 years ago • 2 comments

Should fix #191

mikeando avatar Jun 23 '22 23:06 mikeando

Ran this via github codespaces and npm test passed. Not sure if there's any other testing we should do.

Feels a bit like a test should be added somewhere for this behaviour - but I guess the right place for that is in the spec?

mikeando avatar Jun 23 '22 23:06 mikeando

We try to avoid cluttering the spec with too many cases, so maybe the thing to do is to add a regression test. See test/regression.txt.

jgm avatar Jul 04 '22 12:07 jgm