demydd / pandoc

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

pandoc generates invalid xhtml #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Validation fails because:

- missing xmlns element (note: this can be fixed by compiling pandoc
  with the newest xhtml library in GHC 6.6.1)
- when --toc option is used, headers are wrapped in anchors, and this
  is invalid (block-level content inside inline-level tags).

Original issue reported on code.google.com by fiddloso...@gmail.com on 2 Sep 2007 at 4:50

GoogleCodeExporter commented 8 years ago
Resolved in subversion r1000.

Original comment by fiddloso...@gmail.com on 2 Sep 2007 at 5:23