google / gitiles

A simple browser for Git repositories.
https://gerrit.googlesource.com/gitiles/
Other
580 stars 174 forks source link

Document support for Markdown definition lists #81

Open spearce opened 7 years ago

spearce commented 7 years ago

Originally reported on Google Code with ID 89

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?

Reported by None on 2015-11-30 09:12:15

spearce commented 7 years ago
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?

Reported by None on 2015-11-30 09:12:15