Copyright | © 2021-2023 Albert Krewinkel |
---|---|
License | MIT |
Maintainer | Albert Krewinkel <tarleb+pandoc@moltkeplatz.de> |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Text.Pandoc.Lua.Marshal.Alignment
Description
Marshaling/unmarshaling functions of Alignment
values.
Synopsis
- peekAlignment :: Peeker e Alignment
- pushAlignment :: Pusher e Alignment
Documentation
peekAlignment :: Peeker e Alignment Source #
Retrieves a Alignment
value from a string.
pushAlignment :: Pusher e Alignment Source #
Pushes a Alignment
value as a string.