RenderHook issue

This mini site demonstrates the RenderHook issue.

There are three pages:

Conclusion

  1. RenderHooks do work on Markdown within the {{ .Content }} page Variable.
  2. RenderHools do NOT work on a Frontmatter value containing a Markdown String.
  3. You can force the Frontmatter values to render by placing the {{ .Content }} page variable above the call to {{ .Params.text | $.Page.RenderString }}.

Gitab repo

Code can be found here