Add support for attributes on links, images, and codes #123
Labels
feature request
good first issue
lua
Related to the Lua interface and implementation
plaintex
Related to the plain TeX interface and implementation
syntax extension
Related to syntax extensions and dialects of markdown
Milestone
Since version 2.15.0 (#91), Markdown has had renderers for attributes and attribute contexts. However, the Lua parser only supports attributes on headings and not on other elements such as links, images, and codes. Future development should add syntax extensions such as Pandoc's
link_attributes
,inline_code_attributes
,fenced_code_attributes
for specifying attributes on elements other than headings.The text was updated successfully, but these errors were encountered: