Plugin Directory

Changeset 3258463


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

Updated readme.txt with correct code formatting.

File:
1 edited

Legend:

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

    r3258451 r3258463  
    3030
    3131Standard HTML:
    32 `<html>
    33     <head>
    34         <title>My page</title>
    35     </head>
    36     <body>
    37         <h1>My page</h1>
    38         <p>Content</p>
    39     </body>
    40 </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>
     42Standard HTML:
     43```
    4144
    4245HDOC format:
    43 `<hdoc>
     46```xml
     47<hdoc>
    4448    <head>
    4549        <title>My page</title>
     
    5155    <panels>...</panels> <!-- Navigational panels (optional) -->
    5256    <connections>...</connections> <!-- Links to related documents (optional) -->
    53 </hdoc>`
     57</hdoc>
     58```
    5459
    5560== Installation ==
Note: See TracChangeset for help on using the changeset viewer.