-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-MarkdownArea: Issues with markdownArea: Issues with markdownC-enhancementCategory: Enhancement or feature requestCategory: Enhancement or feature request
Milestone
Description
Problem
Currently there is no way to make a definition list without using HTML. These can be a useful semantic and presentation structure.
Proposed Solution
After updating to pulldown-cmark 0.13, enable the ENABLE_DEFINITION_LIST
option. Definition lists look like:
title 1
: definition 1
title 2
: definition 2
The spec is at: https://github.com/pulldown-cmark/pulldown-cmark/blob/master/pulldown-cmark/specs/definition_lists.txt
Notes
No response
PigeonF
Metadata
Metadata
Assignees
Labels
A-MarkdownArea: Issues with markdownArea: Issues with markdownC-enhancementCategory: Enhancement or feature requestCategory: Enhancement or feature request