htmltools

Various command line tools to transform HTML documents
git clone git://git.entf.net/htmltools
Log | Files | Refs | README | LICENSE

htmlindentheadings.1.scd (601B)


      1 HTMLINDENTHEADINGS(1)
      2 
      3 # NAME
      4 
      5 htmlindentheadings - indents all headings by a specified amount
      6 
      7 # SYNOPSIS
      8 
      9 *htmlindentheadings* INDENT_LEVELS [_FILE_]...
     10 
     11 # DESCRIPTION
     12 
     13 Indents the heading elements (h1 to h7) of all files by the specified level. For
     14 example, if the specified indent level is 2, all h1 elements would become h3
     15 elements, all h2 elements would become h4 elements and so on. htmlindentheadings
     16 does not create invalid HTML, so it will not go beyond h7. INDENT_LEVELS can
     17 also be a negative number, to decrease the indentation of heading elements.
     18 
     19 # AUTHOR
     20 
     21 Lukas Henkel <lh@entf.net>