Anas R.
Anas R.
Thank you Taufik. However, I think it could be better if you make sure this syntax is supported by something like Pandoc. I've been thinking recently about a unified syntax...
This syntax is already supported by Pandoc for table captions, check this: https://pandoc.org/MANUAL.html#extension-table_captions
I also wonder now if there's a way to mention figures, tables, and even headings, dynamically like `[@some-cite]`: ```md See [#foo-bar-table] and [#foo-bar-figure] in [#foo-bar] section. ``` instead of: ```...
I just proposed a unified way to define `` and ``, for images, media tags (`` and ``), and even `` element #9261.
Starting from this valid syntax in pandoc's markdown: in markdown: ```markdown Also, [HTML](https://html.spec.whatwg.org/ "Hypertext Markup Language") is a markup language used to... ``` in HTML: ```html Also, HTML is a...
Will, in this case, it could be simply `[HTML]()` or `[HTML]("")`.