You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a page containing some template is included with ![[page]] in another one, the templates are not evaluated in some cases. The following works well:
/page/included
This is a page to be included in another one.
```template{{1+2}}```
/page
This is the page that includes the other one.
![[/page/included]]
But I have a table in the included page where I summarize a table column using custom space script sum() function. For some reason, if that page is included into another the summation does not work and results in value 0 in the including page. The included page, if viewed, works as expected.
SilverBullet version:
0.9.4
When a page containing some
template
is included with![[page]]
in another one, the templates are not evaluated in some cases. The following works well:/page/included
/page
But I have a table in the included page where I summarize a table column using custom space script
sum()
function. For some reason, if that page is included into another the summation does not work and results in value 0 in the including page. The included page, if viewed, works as expected./page/included
The text was updated successfully, but these errors were encountered: