Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Document support for Markdown definition lists #81

Open
@spearce

Description

@spearce

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions