Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Minimally support dl tag for Erlang hover docs#362

Merged
mhanberg merged 1 commit into
elixir-tools:mainfrom
fhunleth:erlang-html-dt
Jan 21, 2024
Merged

Minimally support dl tag for Erlang hover docs#362
mhanberg merged 1 commit into
elixir-tools:mainfrom
fhunleth:erlang-html-dt

Conversation

@fhunleth

@fhunleth fhunleth commented Jan 21, 2024

Copy link
Copy Markdown
Contributor

This handles the conversion of the description list tag to Markdown.
Markdown doesn't support what can be done with the dl tag, but this
renders something legible for the few cases it's used.

Here's how it looks for :init.get_argument/1:

image

Fixes #361

This handles the conversion of the description list tag to Markdown.
Markdown doesn't support what can be done with the dl tag, but this
renders something legible for the few cases it's used.

Fixes #361
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support dl, dt, dd tags in Erlang HTML docs

2 participants