mirror of
https://github.com/jaspervdj/patat.git
synced 2024-11-25 22:31:45 +03:00
103267895a
See #38. Configuration is done through the existing `margins` setting. To vertically center content, use `top: auto`. To horizontally center content, use both `left: auto` and `right: auto`. For example: ```markdown --- title: Centered presentation author: John Doe patat: margins: left: auto right: auto top: auto ... Hello world ``` Setting `wrap: true` is recommended when vertically centering content if there are any lines that are too wide for the terminal. |
||
---|---|---|
.. | ||
Internal.hs | ||
Matrix.hs |