Re: [pmwiki-devel] What is <:vspace>?

2022-01-05 Thread Petko Yotov
It is not only "<:vspace">", it also encodes &, <, > into their HTML entities. MarlupToHTML does this first thing when text is passed to it (as does HandleBrowse). You can search for "vspace" in the mailing list archive here: https://www.pmwiki.org/search-ml.php?split=v Your function

Re: [pmwiki-devel] What is <:vspace>?

2022-01-04 Thread Simon
Thanks heaps PM, I must admit I only searched for "<:vspace">" I do understand the use of (), for web page layout. What I don't understand is why the Markup function returns the literal "<:vspace>" instead of a blank line in the case of the text contained between the directive start and

Re: [pmwiki-devel] What is <:vspace>?

2022-01-04 Thread Patrick R. Michaud
There's a little information on <:vspace> at https://www.pmwiki.org/wiki/PmWiki/LayoutVariables#HTMLVSpace , including how to disable it. A Google search for "pmwiki vspace" will uncover a variety of posts about what <:vspace> is and why it exists. Pm On Wed, Jan 05, 2022 at 02:56:40PM