| Copyright | (c) 2024 Patrick Brisbin |
|---|---|
| License | AGPL-3 |
| Maintainer | pbrisbin@gmail.com |
| Stability | experimental |
| Portability | POSIX |
| Safe Haskell | Safe-Inferred |
| Language | GHC2021 |
Ronn.Render
Description
Synopsis
- ronnToText :: Ronn -> Text
- ronnGroupToText :: Group -> Text
- ronnLineToText :: Line -> Text
- ronnPartToText :: Part -> Text
Documentation
ronnToText :: Ronn -> Text Source #
Rendering sub-parts, mostly useful in tests
ronnGroupToText :: Group -> Text Source #
ronnLineToText :: Line -> Text Source #
ronnPartToText :: Part -> Text Source #