The method attribute is not supported#
Almost all types pass through the Markdown processor now, and there is no rules-based rendering.#
The exceptions are presentation type and untyped pages. In both cases the CMS generates the structural HTML, and it's not really great to pass it through Markdown.#
The <%menu%> macro is now a script macro#
Macros are supported everywhere they can reasonably be supported#
I took a much closer look at the rendering process and tested carefully.#
Glossary elements can now contain macros. This will prove useful.#
Includes everywhere#
There are no http macros, httpHost, httpPath, httpUserAgent.#
There is no server, so these values are not available.#
However, there is a <%path%> macro that gives you the path to the current page.#
The RSS file is no longer stored in the RSS folder#
The #bootstrapTheme attribute changed#
It can no longer be a full URL, it has to be one of the names of the themes.#
So this no longer works:#
Use this instead:#
If you want to replace bootstrap.min.css with your own file, set the cssUrl attribute to point to it.#
The archive type in menus is not implemented#
Menu items that contain pages are not implemented#
cmsPrefs.opml lets you set global attributes#