13 lines
327 B
HTML
13 lines
327 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<p>Hello. Markdown should follow:</p>
|
||
|
|
||
|
<!-- #include file="./some_markdown.md" -->
|
||
|
<!-- #include file="./subdir/a-random-text-file.txt" -->
|
||
|
<!-- #include file="./test_include.html" -->
|
||
|
<!-- #include file="./yet_another_include.html" -->
|
||
|
|
||
|
<p>Goodbye. The include should be above.</p>
|
||
|
</body>
|
||
|
</html>
|