Jeremy Sharpe
Jeremy Sharpe
See https://github.com/docker/for-win/issues/1993 for details and repro. I cross-post this here since this might be an issue with msys2's bash, not Docker.
The following list does not render correctly: `````` 1. foo ``` bar ```` ``` 1. baz `````` It renders as two separate ordered lists (so both items are numbered with...
Input: ``` Loose should not be sticky: * foo * bar more bar * baz * bat ``` Expected: ``` Loose should not be sticky: foo bar more bar baz...
This markdown doesn't parse as I'd expect: ``` * foo bar baz ``` The block code callback is called with two leading spaces for "foo", and no leading spaces for...