You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mdox fmt seem to actually add white spaces where they are not necessary, such as some end of lines. Is this an issue or is this something that is dictated by the GFM or other convention?
The text was updated successfully, but these errors were encountered:
Just FYI, noticed today this happens in code blocks with lines, which are 'overflowing' into the parameter description column. See this screenshot from compact.md as an example:
Compare line 305 with other lines, where the parameter name is too long. This causes the description to be moved to the next line and there are 2 extra spaces added at the end of the line.
I have noticed this in the Thanos repository, take a look at this file's diff for example (the old version is formatted with
mdox
, the new version removes extra white noise based on an additional script):https://github.com/thanos-io/thanos/pull/4662/files#diff-59764a4da653d4464eac20465390033ab8abbd8b54688979727065cb389e848d
mdox fmt
seem to actually add white spaces where they are not necessary, such as some end of lines. Is this an issue or is this something that is dictated by the GFM or other convention?The text was updated successfully, but these errors were encountered: