elijah-potter / harper

The Grammar Checker for Developers
https://writewithharper.com
Apache License 2.0
1.93k stars 36 forks source link

don't check URLs inside brackets in markdown #194

Open anarcat opened 1 month ago

anarcat commented 1 month ago

Harper flagged this as an error:

<http://localhost:9093>

"Did you mean to spell “localhost” this way?"

Yes, I did. In fact, I meant http://localhost:9093. I can work around that with:

`http://localhost:9093`

... but it's really not the same, as it's not clickable.

chrisgrieser commented 1 month ago

related: https://github.com/elijah-potter/harper/issues/104