cmhughes / latexindent.pl

Perl script to add indentation (leading horizontal space) to LaTeX files. It can modify line breaks before, during and after code blocks; it can perform text wrapping and paragraph line break removal. It can also perform string-based and regex-based substitutions/replacements. The script is customisable through its YAML interface.
GNU General Public License v3.0
884 stars 84 forks source link

readme.md fixed to be rendered correctly #420

Closed teatimeguest closed 1 year ago

teatimeguest commented 1 year ago

what is this pull request about?

It appears that parts of reamde.md are not rendered correctly.

does this relate to an existing issue?

No.

does this change any existing behaviour?

No.

what does this add?

Added blank lines.

how do I test this?

Compare here and here.

anything else?

GFM Spec: Example 131 and Example 137.

cmhughes commented 1 year ago

Great, thanks so much!