The DefaultMarkup is a markup template allowing to create new markups at low implementation workload. Further, the use of this template asserts a consistent structure of all markups leading to a unified look and feel of the system, considering syntax, rendering, and editing support.
This page describes the DefaultMarkup in general. An instructional page describing how to actually create a new markup based on the DefaultMarkup can be found here: How-To-Markup
A DefaultMarkup section always is introduced by two percent-signs (~)followed by the specific keyword of the markup.
A DefaultMarkup section as multiple lines is terminated by another percent-sign (%).
%%<keyword> <content> %
%%<keyword> <content>
A DefaultMarkup section as multiple lines is terminated by another percent-sign (%).
%%<keyword> <content> @<annotation-name>: <value> %
%%<keyword> <content> @<annotation-name>: <value>