I have a variable in the docstrings within code ```python def foo(): """The foo func be like {{ some_var }}""" ``` then in the markdown ```markdown --- some_var: howdy dudes --- ::: mymod.myfile.foo ``` Is there a way to render variables that come in the output of other plugins?