Export to GitHub

pandoc - issue #23

pandoc generates invalid xhtml


Posted on Sep 2, 2007 by Grumpy Dog

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).

Comment #1

Posted on Sep 2, 2007 by Grumpy Dog

Resolved in subversion r1000.

Status: Fixed

Labels:
Type-Defect Priority-High