Skip to content

Commit e80fa59

Browse files
committed
comment
1 parent 9694cfe commit e80fa59

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/modules/ROOT/pages/index.adoc

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -71,28 +71,28 @@ which gives:
7171
include::https://raw.githubusercontent.com/feelpp/asciidoctor-remote-include-processor/master/test/helloworld.cpp[tag=hello]
7272
----
7373

74-
=== Include a remote file partially using line ranges
75-
76-
In Asciidoctor we can include a source file partially using line ranges, see https://asciidoctor.org/docs/user-manual/#by-line-ranges[here].
77-
The extension enables this very feature.
78-
79-
++++
80-
<pre>
81-
<code class="language-cpp">
82-
[source,cpp]
83-
----
84-
include::https://raw.githubusercontent.com/feelpp/asciidoctor-remote-include-processor/master/test/helloworld.cpp[lines=3..8]
85-
----
86-
</code>
87-
</pre>
88-
++++
89-
90-
which gives:‡
91-
92-
[source,cpp]
93-
----
94-
include::https://raw.githubusercontent.com/feelpp/asciidoctor-remote-include-processor/master/test/helloworld.cpp[lines=3..8]
95-
----
74+
// === Include a remote file partially using line ranges
75+
//
76+
// In Asciidoctor we can include a source file partially using line ranges, see https://asciidoctor.org/docs/user-manual/#by-line-ranges[here].
77+
// The extension enables this very feature.
78+
//
79+
// ++++
80+
// <pre>
81+
// <code class="language-cpp">
82+
// [source,cpp]
83+
// ----
84+
// include::https://raw.githubusercontent.com/feelpp/asciidoctor-remote-include-processor/master/test/helloworld.cpp[lines=3..8]
85+
// ----
86+
// </code>
87+
// </pre>
88+
// ++++
89+
//
90+
// which gives:‡
91+
//
92+
// [source,cpp]
93+
// ----
94+
// include::https://raw.githubusercontent.com/feelpp/asciidoctor-remote-include-processor/master/test/helloworld.cpp[lines=3..8]
95+
// ----
9696

9797
== Acknowledgments
9898

0 commit comments

Comments
 (0)