File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -71,28 +71,28 @@ which gives:
7171include::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
You can’t perform that action at this time.
0 commit comments