org.lwdita icon indicating copy to clipboard operation
org.lwdita copied to clipboard

Add the support for id and outputclass in Markdown

Open jlacour31 opened this issue 2 years ago • 1 comments

Description

Currently id and outputclass are only available in headings, this could be extended to elements like list-items or images. We should be able to keep the same format, something like

![Carrot](../../images/Carrot.jpg){#carrot .juice}

Workaround

At the moment the only solution is to embed HTML inside the md file:

<img src="../../images/Carrot.jpg" id="carrot" outputclass="juice">

jlacour31 avatar Mar 10 '22 12:03 jlacour31

Table classes have been requested by several of our R&D colleagues, who would like to standardize on a set of different table styles.

Codeblock is another to indicate syntax coloring styles

kirkilj avatar Mar 12 '22 21:03 kirkilj