Open andiwand opened 3 years ago
it would be handy to have a html formatter for the reference output since that would make the diff readable and more reasonable for git.
we used html tidy for a while but it is quite intrusive and "fixes" problems in the html that break our output. (e.g. p inside span)
p
span
maybe there is an alternative to html tidy or it can be configured to leave out such fixes
one possible alternative would be to format the html output directly within odr.core
references
it would be handy to have a html formatter for the reference output since that would make the diff readable and more reasonable for git.
we used html tidy for a while but it is quite intrusive and "fixes" problems in the html that break our output. (e.g.
p
insidespan
)maybe there is an alternative to html tidy or it can be configured to leave out such fixes
one possible alternative would be to format the html output directly within odr.core
references