mmark-ext-0.2.1.1: Commonly useful extensions for the MMark markdown processor

Copyright© 2018 Mark Karpov
LicenseBSD 3 clause
MaintainerMark Karpov <markkarpov92@gmail.com>
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Text.MMark.Extension.Comment

Description

Turn paragraphs into comments by prefixing them with a certain sequence of characters.

Synopsis

Documentation

commentParagraph Source #

Arguments

:: Text

Sequence of characters that starts a comment

-> Extension 

This extension removes top-level paragraphs starting with the given sequence of non-markup characters.