8000 Better support for <abbr> in HTML · Issue #5793 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Better support for <abbr> in HTML #5793
Closed
@jgm

Description

@jgm

Currently we drop the attribute:

% pandoc -f html -t markdown
You can use <abbr title="Cascading Style Sheets">CSS</abbr>
^D
You can use CSS

It would be better, perhaps, to emit

You can use [CSS]{title="Cascading Style Sheets"}

though I'm not completely sure.

See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/abbr

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0