Show, rather than convert, media types
This commit is contained in:
parent
97ff49c3c4
commit
fc5802fe7f
2 changed files with 2 additions and 2 deletions
|
@ -45,5 +45,5 @@ executable greet-docs
|
|||
main-is: greet.hs
|
||||
hs-source-dirs: example
|
||||
ghc-options: -Wall
|
||||
build-depends: base, aeson, aeson-pretty, servant, servant-docs, string-conversions, text
|
||||
build-depends: base, aeson, servant, servant-docs, string-conversions, text
|
||||
default-language: Haskell2010
|
||||
|
|
|
@ -625,7 +625,7 @@ markdown api = unlines $
|
|||
<> [""]
|
||||
|
||||
formatBody (m, b) =
|
||||
"- Example: `" <> cs (M.mainType m <> "/" <> M.subType m) <> "`" :
|
||||
"- Example: `" <> cs (show m) <> "`" :
|
||||
contentStr m b
|
||||
|
||||
markdownForType mime_type =
|
||||
|
|
Loading…
Reference in a new issue