Lugaru's Epsilon
Programmer's
Editor

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      html-other-coloring
      html-paragraph-elements
      html-paragraph-is-container
      html-php-coloring
      html-prevent-coloring
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
html-paragraph-elements  Variable Reference   html-php-coloring


Epsilon User's Manual and Reference > Variable Reference >

html-paragraph-is-container: preference buffer-specific variable

Default value: 1

In modern HTML, the p element for paragraphs is used as a container, with <p> at the start of a paragraph and </p> at its end. In very old HTML, the p tag is used as a paragraph separator, appearing between paragraphs, and </p> isn't used. For correct indenting and similar purposes, Epsilon needs to know which method the current file uses.

A value of 1, the default, tells Epsilon the file uses the modern method where <p> begins a new indenting level that </p> will close later. A value of 0 tells Epsilon the file uses the older method where <p> is a mere separator and causes no additional indentation. A value of 2 tells Epsilon to examine the file, the first time it needs to decide this, and guess at which method it uses.

More info:

HTML/XML/CSS Modes



Previous   Up    Next
html-paragraph-elements  Variable Reference   html-php-coloring


Lugaru Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.