Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Markdown "Definition Lists" extension #21

Open
rafi opened this issue Jul 27, 2013 · 1 comment
Open

Support Markdown "Definition Lists" extension #21

rafi opened this issue Jul 27, 2013 · 1 comment

Comments

@rafi
Copy link

rafi commented Jul 27, 2013

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:

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>
@consindo
Copy link
Contributor

Probably not going to happen until it's fixed upstream. markedjs/marked#27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants