Skip to content

Indent HTML and remove spaces from some tags

Daniel Clemente Laboreo requested to merge clemente/onboarding-fix-html into onboarding

This doesn't change the content, only the formatting:

  • it removes <span> which add nothing
  • it writes some inline elements like <a> in a single line instead of many. Also <em> and <strong>
  • it indents everything with 2 spaces (and 4, 6, 8…). No TABs

Merge request reports