Skip to content

3.0.5

Choose a tag to compare

@domenic domenic released this 02 Sep 16:37
· 77 commits to main since this release

Fixed an issue where a single line break was not properly converted to a space when the beginning of the next line contained a formatting character. For example,

blah blah blah
~Atomics~ foo bar baz

used to become blah blah blah<emu-const>Atomics</emu-const> foo bar baz, but now becomes blah blah blah <emu-const>Atomics</emu-const> foo bar baz.