Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
stateNotes :: ParserState -> NoteTablepandoc Text.Pandoc.Parsing List of notes (raw bodies)
stateNotes' :: ParserState -> NoteTable'pandoc Text.Pandoc.Parsing List of notes (parsed bodies)
readEndNoteXML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers Read EndNote XML from an input string and return a Pandoc document. The document will have only metadata, with an empty body. The metadata will contain a references field with the bibliography entries, and a nocite field with the wildcard `[@*]`.
module Text.Pandoc.Readers.
EndNote Parses EndNote XML bibliographies into a Pandoc document with empty body and references and nocite fields in the metadata. A wildcard nocite is used so that if the document is rendered in another format, the entire bibliography will be printed.
readEndNoteXML :: (PandocMonad m, ToSources a) => ReaderOptions -> a -> m Pandocpandoc Text.Pandoc.Readers.EndNote Read EndNote XML from an input string and return a Pandoc document. The document will have only metadata, with an empty body. The metadata will contain a references field with the bibliography entries, and a nocite field with the wildcard `[@*]`.
readEndNoteXMLCitation :: PandocMonad m => Text -> m (Citation Text)pandoc Text.Pandoc.Readers.EndNote No documentation available.
-
pandoc Text.Pandoc.Shared Replaces Note elements with empty strings.
DidNotExpectButGot :: Maybe CallStack -> ShowEqBox -> FailureReasonsandwich Test.Sandwich.Misc No documentation available.
assertNotEq :: (HasCallStack, Eq a, Show a) => String -> a -> a -> YesodExample site ()yesod-test Yesod.Test Asserts that the two given values are not equal. In case they are equal, the error message includes the values.
-
X11 Graphics.X11.ExtraTypes.XorgDefault No documentation available.