<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 13 Sept 2023 at 15:13, Markus Neteler <<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I have updated doc/infrastructure.md in my local Git copy and fail to<br>
commit it in a new PR due to pre-commit linting checks:<br>
<br>
markdownlint.............................................................Failed<br>...<br>
<br>
I tried to use `mdformat` on the file but the result isn't compatible<br>
with markdownlint.<br>
<br>
Is there any other tool to auto-format the file (even a 90% solution is fine)?<br></blockquote><div><br></div><div>I used these two in the past with GRASS GIS:<br></div><div><br></div><div>npx markdownlint-cli --fix 
doc/infrastructure.md</div><div>npx prettier --print-width 80 -w 
doc/infrastructure.md</div><div> </div><div>I don't remember exactly, but I guess at least one worked okay.<br></div><br></div></div>