Skip to content

Commit 614ad7f

Browse files
committed
DOC-3209: Update example to be more generic.
1 parent 23e91b8 commit 614ad7f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

modules/ROOT/partials/configuration/fullpagehtml-hide-in-source-view.adoc

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ When `+fullpagehtml_hide_in_source_view+` is set to `+true+`, the source code vi
2525
.Example
2626
[source,html]
2727
----
28-
<h1>Full page HTML Demo</h1>
29-
<p>This is the body content that users can edit.</p>
28+
<h1>Welcome to Our Website</h1>
29+
<p>This is the main content area where users can edit text, add images, and format their content.</p>
30+
<ul>
31+
<li>First bullet point</li>
32+
<li>Second bullet point</li>
33+
</ul>
3034
----
3135

3236
When set to `+false+` (default), the source code view shows the complete HTML document:
@@ -41,8 +45,12 @@ When set to `+false+` (default), the source code view shows the complete HTML do
4145
<title>Full Page HTML Plugin Demo Document</title>
4246
</head>
4347
<body style="margin: 20px; padding: 15px; font-family: Georgia, Times, serif; font-size: 16px; color: #2c3e50;">
44-
<h1>Full page HTML Demo</h1>
45-
<p>This is the body content that users can edit.</p>
48+
<h1>Welcome to Our Website</h1>
49+
<p>This is the main content area where users can edit text, add images, and format their content.</p>
50+
<ul>
51+
<li>First bullet point</li>
52+
<li>Second bullet point</li>
53+
</ul>
4654
</body>
4755
</html>
4856
----

0 commit comments

Comments
 (0)