emanote-1.0.2.0: Emanate a structured view of your plain-text notes
Safe HaskellSafe-Inferred
LanguageHaskell2010

Emanote.Pandoc.Link

Synopsis

Documentation

data InlineRef Source #

A Pandoc inline node that refers to something else.

There are, currently, only two possible nodes: link & image.

Constructors

InlineLink 
InlineImage 

Instances

Instances details
Show InlineRef Source # 
Instance details

Defined in Emanote.Pandoc.Link

Eq InlineRef Source # 
Instance details

Defined in Emanote.Pandoc.Link

unParseLink :: HasCallStack => Inline -> Text Source #

Given an inline that is known to be an InlineRef, reconstruct and return its orginal Markdown source.