Hi Derek,

<s...@blarg.net> writes:

> But the exporter also uses HTML list elements in other contexts; the tags
> are overloaded.  This means you can't set up CSS definitions to tweak
> just "real" lists.  Can someone add class attributes to each of the
> "dt", "dd" and "li" items in the above code block?  For example
>
>     <dt class="org-dt">...</dt>
>     <dd class="org-dd">...</dd>
>     <li class="org-li">...</li>
>
> or something similar.

I've implemented this in master for both the current exporter (famously
known as the "old" exporter) and the new exporter.  I think we should be
extra conservative and take care not to add useless classes/ids, but I
see the point in this case.

Thanks,

-- 
 Bastien

Reply via email to