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
Please support the definition list extension in Springseed.
Example
Markdown:
type
: _Optional_**string** - email_message / template / folder
name
: _Optional_**string** - The email name. For your use only
parent_id
: _Optional_**number** - id of folder in which the template is located
subject
: _Optional_**string** - subject of the email
Will render:
<dl><dt>type</dt><dd><em>Optional</em><strong>string</strong> - email_message / template / folder</dd><dt>name</dt><dd><em>Optional</em><strong>string</strong> - The email name. For your use only</dd><dt>parent_id</dt><dd><em>Optional</em><strong>number</strong> - id of folder in which the template is located</dd><dt>subject</dt><dd><em>Optional</em><strong>string</strong> - subject of the email</dd></dl>
The text was updated successfully, but these errors were encountered:
Many Markdown libraries/apps support the "Definition Lists" extension. It is VERY useful. Support for definition lists:
Please support the definition list extension in Springseed.
Example
Markdown:
Will render:
The text was updated successfully, but these errors were encountered: