fix: ensure includes are pulled in relative to their parent

This commit is contained in:
Andy Burke 2025-06-30 15:33:13 -07:00
parent 0f65e57539
commit 02c10aaa72
8 changed files with 9 additions and 8 deletions

View file

@ -0,0 +1,3 @@
<div>Include #1</div>
<!-- #include file="./subdir/another_include.html" -->

View file

@ -1,3 +0,0 @@
<div>Include #1</div>
<!-- #include file="./another_include.html" -->