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
The above throws an error with JSON and TOML site/page parameters because the values are unmarshaled to float64 (JSON) or int64 (TOML). You can work around this with:
The
Fragments.ToHTML
method onPage
takes three arguments:It would be convenient to pass site and/or page parameters to this method, something like:
The above throws an error with JSON and TOML site/page parameters because the values are unmarshaled to
float64
(JSON) orint64
(TOML). You can work around this with:But it would easier if the method signature were...
... with
cast.ToIntE
, etc.The text was updated successfully, but these errors were encountered: