🐞 Header transclusion fix
Transcluding a header with special character, such as "?" and ":", would previously transclude the entire page. This release fixes that, and only transcludes the block below the header as expected.
Thanks to @uroybd for fixing this (PR: #533 )