{% toggle_automatic_markup %}

Use this tag to enable or disable automatic markup for the current page.

Syntax

{% toggle_automatic_markup
enable|disable
 
Enable turns on automatic functionality. Disable turns off automatic functionality. The default is to disable functionality.
header|body|edit_page|all
 
Specifies which functionality to enable or disable. You may specify multiple options (separated by spaces)
header controls content that would be output in the head of the document.
body controls content that would be output at the end of the document body.
edit_page controls markup that would be added to the page in order to display the "Edit Page" button - IF this button has been enabled in the site settings and the user viewing the page has permission to edit it.
all toggles all automatic functionality at once, and is the default if no other options are specified.
%}