Re: Is a space needed in between asterisk and text (for list)
Александар Средојевић <[email protected]> Sun, 04 Aug 2024 21:39:52 +0200
| Newsgroups | gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hello, On Sun, 4 Aug 2024 21:26:26 +0200, ABClf <[email protected]> wrote: > Documentation says : > https://www.pmwiki.org/wiki/PmWiki/TextFormattingRules#BulletedLists > > Bullet lists are made by placing asterisks at the beginning of the > line. Numbered lists are made by placing number-signs (#) at the > beginning of the line. More asterisks/number-signs increases the level > of bullet: > > So my question is : > is a space requested in between asterisk/number-sign and text ? > what will happen if no space is used ? It will be recognised as a list item, and nothing special would happen. However if you wanted to continue a list item onto the next line like this: * Start of long item And it continues on here The text needs to line up exactly with the start of the text on the previous line So the following fragment won't work as expected: *Start of long item And it continues on here THere would need to be only one space on the second line. -- Kind regards, Aleksandar