This PR adds a new handlebars helper render_markdown.
This helper allows us to conditionally render the markdown in the body which helps with rendering performance as we currently render the entire set of pages when indexed on each rendering.
This would be a breaking change wherein occurrences of
This PR adds a new handlebars helper
render_markdown
.This helper allows us to conditionally render the markdown in the body which helps with rendering performance as we currently render the entire set of pages when indexed on each rendering.
This would be a breaking change wherein occurrences of
would need to be replaced by