domluna / JuliaFormatter.jl

An opinionated code formatter for Julia. Plot twist - the opinion is your own.

Home Page:https://domluna.github.io/JuliaFormatter.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path separator recognized as binary operator in Markdown file

schillic opened this issue · comments

The formatter also works on Markdown files (documentation), but it does not recognize path separators correctly (and rather reads them as binary operators and adds spaces around them).

Before formatting

![Test](pics/a.png)

After formatting

![Test](pics / a.png)

This is probably an issue with CommonMark.jl

Do you mean I should ask there?

Actually you fixed this too in the latest release! Probably together with #714. Thanks 😃