Plugin Directory

Changeset 3258465


Ignore:
Timestamp:
03/19/2025 11:45:55 AM (13 months ago)
Author:
kgcoder
Message:

Updated readme.txt again with correct code formatting.

File:
1 edited

Legend:

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

    r3258463 r3258465  
    3030
    3131Standard HTML:
    32 ```xml
    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>
    42 Standard HTML:
    43 ```
     32
     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>
     42
    4443
    4544HDOC format:
    46 ```xml
    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>
    58 ```
     45
     46    <hdoc>
     47        <head>
     48            <title>My page</title>
     49        </head>
     50        <html>
     51            <h1>My page</h1>
     52            <p>Content</p>
     53        </html>
     54        <panels>...</panels> <!-- Navigational panels (optional) -->
     55        <connections>...</connections> <!-- Links to related documents (optional) -->
     56    </hdoc>
     57
    5958
    6059== Installation ==
Note: See TracChangeset for help on using the changeset viewer.