Inconsistent Indentation and Formatting with latexindent on Markdown Files #566
Labels
text-wrap
text wrapping; documented at https://latexindentpl.readthedocs.io/en/latest/sec-the-m-switch.html
text-wrap-after
I encountered issues while using
latexindent
with the following Markdown file,test.md
, which contains three lines:Please note that lines 1 and 3 are identical.
Here are my settings:
Problem 1:
When I run
latexindent -m test.md
, the result is:As seen here, an extra indentation is applied to the second paragraph, which is unexpected.
Problem 2:
When I run
latexindent -m -n 1 test.md
, the output is correct.However, when I run
latexindent -m -n 3 test.md
, the output becomes inconsistent with the first paragraph:This inconsistency between paragraphs when using the
-n
flag is unexpected and incorrect.The text was updated successfully, but these errors were encountered: