Skip to content

Bad indentation with -omit #180

@jacksonp

Description

@jacksonp

Input:

<!DOCTYPE html>
<meta something="">
<meta another="">
<title>Test</title>

Output of tidy5 --tidy-mark false -omit -indent:

<!DOCTYPE html>

<meta something="">
  <meta another="">

  <title>Test</title>

Expected output: same as input.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions