Skip to content
Snippets Groups Projects
  • Jonathan Schöbel's avatar
    f027c56d
    added "wrap mode" for html generation · f027c56d
    Jonathan Schöbel authored
    When the wrap mode is used, after each tag a newline is started. Also the
    html is indented, which can be configured by the parameters indent_base,
    indent_base, indent_char. The parameter indent_base specifies the width
    the first tag should be indented with, while indent_step specifies the
    increment of the indent when switching to a child tag. The character,
    that is used for indenting is taken from indent_char. (It could also be
    a string longer than a single character).
    This aguments can't be set by the user, but are hardcoded (by now).
    f027c56d
    History
    added "wrap mode" for html generation
    Jonathan Schöbel authored
    When the wrap mode is used, after each tag a newline is started. Also the
    html is indented, which can be configured by the parameters indent_base,
    indent_base, indent_char. The parameter indent_base specifies the width
    the first tag should be indented with, while indent_step specifies the
    increment of the indent when switching to a child tag. The character,
    that is used for indenting is taken from indent_char. (It could also be
    a string longer than a single character).
    This aguments can't be set by the user, but are hardcoded (by now).