You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For recollection and possible future improvement, the link_attributes extension support added in #36 is partial: it is supported on direct images only... but not on links and indirect images.
For parity with Pandoc, these should be supported:
On [link](#target){ #source .class key=value }
On [indirect link][reflink][reflink]: #target { #source .class key=value }
On ![indirect image][imgref][imgref]: image.png "opt title" {#id .class key=value}
For recollection and possible future improvement, the
link_attributes
extension support added in #36 is partial: it is supported on direct images only... but not on links and indirect images.For parity with Pandoc, these should be supported:
Generating, e.g. in HTML, something such as:
The text was updated successfully, but these errors were encountered: