duo-labs / markflow

Make your Markdown sparkle!
Apache License 2.0
20 stars 5 forks source link

Reformatting of long hyperlink causes extra space before punctuation #55

Closed silaszehnder closed 2 years ago

silaszehnder commented 2 years ago

Running markflow against

Ever since I sold the first MacBook, it felt like I was fighting Windows audio drivers constantly. Between latency issues, BSODs due to Focusrite's unstable audio interface drivers, more BSODs trying to get around [multiple audio interface setups in software](https://help.ableton.com/hc/en-us/articles/209071609-Using-Aggregate-Devices-and-multiple-audio-interfaces), I started steering away from in-the-box production and started looking into hardware.

results in

Ever since I sold the first MacBook, it felt like I was fighting Windows audio drivers
constantly. Between latency issues, BSODs due to Focusrite's unstable audio interface
drivers, more BSODs trying to get around [multiple audio interface setups in software](
https://help.ableton.com/hc/en-us/articles/209071609-Using-Aggregate-Devices-and-multiple-audio-interfaces)
, I started steering away from in-the-box production and started looking into hardware.

which gets rendered as

image

There is an extra space right before the comma. If it were to reformat to

Ever since I sold the first MacBook, it felt like I was fighting Windows audio drivers
constantly. Between latency issues, BSODs due to Focusrite's unstable audio interface
drivers, more BSODs trying to get around [multiple audio interface setups in software](
https://help.ableton.com/hc/en-us/articles/209071609-Using-Aggregate-Devices-and-multiple-audio-interfaces),
I started steering away from in-the-box production and started looking into hardware.

it renders as intended, without the extra space.

jmholla commented 2 years ago

Yup, this is definitely unintentional. I'll find some time this week to take a look at this. I'm pretty sure I know where the fix for this needs to be. Thank you for the report!