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

feat: support definition lists #168

Merged
merged 1 commit into from
Feb 15, 2025
Merged

feat: support definition lists #168

merged 1 commit into from
Feb 15, 2025

Conversation

max-heller
Copy link
Owner

Adds support for definition lists. For consistency with mdbook, this feature is disabled by default and must be explicitly enabled with the output.pandoc.markdown.extensions.definition-lists option.

term 1
  : definition 1

term 2
  : definition 2 a
  : definition 2 b

Adds support for definition lists. For consistency with mdbook, this
feature is disabled by default and must be explicitly enabled with
the `output.pandoc.markdown.extensions.definition-lists` option.

```markdown
term 1
  : definition 1

term 2
  : definition 2a
  : definition 2b
```
@max-heller max-heller merged commit c12dfb7 into main Feb 15, 2025
18 checks passed
@max-heller max-heller deleted the definition-lists branch February 15, 2025 14:18
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

Successfully merging this pull request may close these issues.

1 participant