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

Document support for Markdown definition lists #89

Open
GoogleCodeExporter opened this issue Dec 26, 2015 · 0 comments
Open

Document support for Markdown definition lists #89

GoogleCodeExporter opened this issue Dec 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Pegdown and Gitiles has explicit support for definition lists.

These look like:

  Foo
  : Explanation of Foo

And render as:

  <dl>
    <dt>Foo</dt>
    <dd>Explanation of Foo</dd>
  </dl>

This is a useful feature since documentation occasionally involves specifying 
lists of definitions. However, I don't see any mention of this in the Gitiles 
Markdown documentation. Could that be added?

Original issue reported on code.google.com by [email protected] on 30 Nov 2015 at 5:12

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

No branches or pull requests

1 participant