Skip to:
When viewing the PXB 8.0 documentation and using the sidebar to view the release notes list of links, rendering error like:
Macro Rendering Error File: `release-notes/8.0/8.0.30-23.0.md` TypeError: Can't compile non template nodes ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/mkdocs_macros/plugin.py", line 525, in render md_template = self.env.from_string(markdown) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/environment.py", line 1105, in from_string return cls.from_code(self, self.compile(source), gs, None) ^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/environment.py", line 761, in compile source = self._generate(source, name, filename, defer_init=defer_init) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/environment.py", line 689, in _generate return generate( # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/compiler.py", line 112, in generate raise TypeError("Can't compile non template nodes") TypeError: Can't compile non template nodes ```
When viewing the PXB 8.0 documentation and using the sidebar to view the release notes list of links, rendering error like:
Macro Rendering Error File: `release-notes/8.0/8.0.30-23.0.md` TypeError: Can't compile non template nodes ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/mkdocs_macros/plugin.py", line 525, in render md_template = self.env.from_string(markdown) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/environment.py", line 1105, in from_string return cls.from_code(self, self.compile(source), gs, None) ^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/environment.py", line 761, in compile source = self._generate(source, name, filename, defer_init=defer_init) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/environment.py", line 689, in _generate return generate( # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/site-packages/jinja2/compiler.py", line 112, in generate raise TypeError("Can't compile non template nodes") TypeError: Can't compile non template nodes ```