More CSS around DocTable in Haddock reader.
This commit is contained in:
parent
8a5b3368b2
commit
2eba15c181
1 changed files with 2 additions and 0 deletions
|
@ -147,7 +147,9 @@ docHToInlines isCode d' =
|
|||
DocAName s -> B.spanWith (s,["anchor"],[]) mempty
|
||||
DocProperty _ -> mempty
|
||||
DocExamples _ -> mempty
|
||||
#if MIN_VERSION_haddock_library(1,5,0)
|
||||
DocTable _ -> mempty
|
||||
#endif
|
||||
|
||||
-- | Create an 'Example', stripping superfluous characters as appropriate
|
||||
makeExample :: String -> String -> [String] -> Blocks
|
||||
|
|
Loading…
Add table
Reference in a new issue