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
add option to include pages using the include shortcode (#92)
Others
replace master by main as default branch
BREAKING CHANGE
We have switched to main as default branch. The master branch is no longer maintained and will be removed after April 30, 2021!
As the relURL function in markdown render hooks caused some unwanted side effects we had to remove it. Related to this change the behavior for sites deployed to a subdirectory has changed as well! Please check the documentation how to workaround subdirectory deployments.
The include shortcode will render files as Markdown instead of HTML by default now. While the Markdown renderer should be able to render HTML as well this might still work as before.
The include shortcode option markdown was replaces by a generic type option that could be used to specify special include types.