morley-0.7.0: Developer tools for the Michelson Language

Safe HaskellNone
LanguageHaskell2010

Util.Markdown

Description

A small Markdown eDSL.

Synopsis

Documentation

type Markdown = Builder Source #

A piece of markdown document.

This is opposed to Text type, which in turn is not supposed to contain markup elements.

newtype HeaderLevel Source #

Level of header, starting from 1.

Constructors

HeaderLevel Int 

mdSpoiler :: Markdown -> Markdown -> Markdown Source #

Text which is hidden until clicked.

md :: QuasiQuoter Source #

Quasi quoter for Markdown.