Plugin Directory

Changeset 3349326


Ignore:
Timestamp:
08/24/2025 06:30:27 PM (7 months ago)
Author:
kgcoder
Message:

Updating readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • static-web-publisher/trunk/readme.txt

    r3349318 r3349326  
    3131
    3232Standard HTML:
    33 `<html>
    34     <head>
    35         <title>My page</title>
    36     </head>
    37     <body>
    38         <h1>My page</h1>
    39         <p>Content</p>
    40     </body>
    41 </html>`
     33
     34    <html>
     35        <head>
     36            <title>My page</title>
     37        </head>
     38        <body>
     39            <h1>My page</h1>
     40            <p>Content</p>
     41        </body>
     42    </html>
     43
    4244
    4345HDOC format:
    44 `<hdoc>
    45     <head>
    46         <title>My page</title>
    47     </head>
    48     <html>
    49         <h1>My page</h1>
    50         <p>Content</p>
    51     </html>
    52     <panels>...</panels> <!-- Navigational panels (optional) -->
    53     <connections>...</connections> <!-- Links to related documents (optional) -->
    54 </hdoc>`
     46
     47    <hdoc>
     48        <head>
     49            <title>My page</title>
     50        </head>
     51        <html>
     52            <h1>My page</h1>
     53            <p>Content</p>
     54        </html>
     55        <panels>...</panels> <!-- Navigational panels (optional) -->
     56        <connections>...</connections> <!-- Links to related documents (optional) -->
     57    </hdoc>
    5558
    5659== Installation ==
Note: See TracChangeset for help on using the changeset viewer.