exist icon indicating copy to clipboard operation
exist copied to clipboard

[bugfix] omit newline after doctype with indent=no

Open line-o opened this issue 1 year ago • 5 comments

fixes #4736

Before

<!DOCTYPE html>
<option selected></option>

AFTER

<!DOCTYPE html><option selected></option>

line-o avatar Jul 16 '24 15:07 line-o