SublimeText-Markdown / MarkdownEditing

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.
MIT License
3.17k stars 649 forks source link

Support #712

Closed reagle closed 1 year ago

reagle commented 1 year ago

Pandoc has an link attributes extension that permits the following (in the second link) but is highlighted as an error. (I think that's what the orange-ish color is.)

An inline ![image](foo.jpg){#id .class width=30 height=20px}
and a reference ![image][ref] with attributes.

[ref]: foo.jpg "optional title" {#id .class key=val key2="val 2"}

SCR-20221122-g3b-2