--- import AppLayout from "components/AppLayout/AppLayout.astro"; ---

Add indentation / spaces between words

By default, additional spaces are collapsed. This means that if multiple spaces are adjacent, only one space is preserved. To create spaces that will not be collapsed, you can use tabs instead. Simply press the Tab key a few times on your keyboard to create additional spaces between words. Be mindful of the use of these spaces.

Add space between paragraph/elements

By default, empty paragraphs are not displayed. This is why adding empty paragraph (by pressing Enter) will not result in additional space between elements. In order to add empty space, put your carret at the end of the paragraph and press Shift+ Enter to create a linebreak.