From a3b213bf3b0b3dfb559f9208153113cb4a5797e0 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 9 Feb 2024 18:37:46 +0100 Subject: [PATCH] bump README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bccd18..c4abb9b 100644 --- a/README.md +++ b/README.md @@ -335,14 +335,15 @@ set to 1. #### Centering -To vertically center content, use `top: auto`. horizontally center content, use -To both both `left: auto` and `right: auto`. For example: +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: + wrap: true margins: left: auto right: auto @@ -352,6 +353,9 @@ patat: Hello world ``` +Setting `wrap: true` is recommended when vertically centering content if there +are any lines that are too wide for the terminal. + ### Auto advancing By setting `autoAdvanceDelay` to a number of seconds, `patat` will automatically