Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.79k stars 862 forks source link

Deleting Redundant Newline Characters in the Python Syntax #1381

Closed shuishu closed 1 year ago

facelessuser commented 1 year ago

This completely alters the intention of the rule. The rule is meant to remove meaningless whitespace from an empty line, not collapse empty lines. This can alter and break other syntax. This should not be merged.