demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

newlines inside html tags before '>' #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make test
2. head -n 5 tests/writer.html

What is the expected output? 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Pandoc Test Suite</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

What do you see instead?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
><head
  ><title
    >Pandoc Test Suite</title

What version of the product are you using? On what operating system?
pandoc 0.44, Linux 2.6.20-suspend2-r6 #3 PREEMPT

Please provide any additional information below.
compiled with "The Glorious Glasgow Haskell Compilation System, version 6.6.1"

Original issue reported on code.google.com by thkru...@googlemail.com on 17 Nov 2007 at 2:22

GoogleCodeExporter commented 8 years ago
Duplicate of Issue 28.
See http://code.google.com/p/pandoc/issues/detail?id=28&can=1

Original comment by fiddloso...@gmail.com on 17 Nov 2007 at 6:58