diff --git a/Text/Pandoc/Builder.hs b/Text/Pandoc/Builder.hs
--- a/Text/Pandoc/Builder.hs
+++ b/Text/Pandoc/Builder.hs
@@ -109,6 +109,7 @@
                            , codeWith
                            , code
                            , space
+                           , ellipses
                            , emdash
                            , endash
                            , apostrophe
diff --git a/pandoc-types.cabal b/pandoc-types.cabal
--- a/pandoc-types.cabal
+++ b/pandoc-types.cabal
@@ -1,5 +1,5 @@
 Name:                pandoc-types
-Version:             1.8.0.2
+Version:             1.8.2
 Synopsis:            Types for representing a structured document
 Description:         This package contains definitions for the 'Pandoc' data
                      structure, which is used by pandoc to represent
@@ -26,11 +26,9 @@
 Category:            Text
 Build-type:          Simple
 Cabal-version:       >=1.6
-
-Source-repository head
-  type:          git
-  location:      git://github.com/jgm/pandoc-types.git
-
+Source-repository    head
+  type:              git
+  location:          git://github.com/jgm/pandoc-types.git
 Library
   Exposed-modules:   Text.Pandoc.Definition
                      Text.Pandoc.Generic
