| Copyright | © 2017–present Mark Karpov |
|---|---|
| License | BSD 3 clause |
| Maintainer | Mark Karpov <markkarpov92@gmail.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Text.MMark.Util
Description
Misc utilities.
Since: 0.0.8.0
Documentation
asPlainText :: NonEmpty Inline -> Text Source #
Convert a non-empty collection of Inlines into their plain text
representation. This is used e.g. to render image descriptions.
Since: 0.0.8.0