Matt Price <mopto...@gmail.com> writes:

> OK, one more, again a repeat of an old request.
>
> Pandoc Markdown has this incredibly easy way to specify html attributes (
> http://pandoc.org/README.html#header-identifiers):
>
> ----
> # My Header {#myid .class1 .class2}
> ----
>
> I find this much easier to read, write, and maintain than the org-mode
> equivalent:
>
> #+ATTR_HTML: :id myid :class class1 class2
> * My Header

Does this do what you want?

* my header
:PROPERTIES:
:CUSTOM_ID: myid
:HTML_CONTAINER_CLASS: class1 class2
:END:


-- 
The second rule of Fight Club is: You do not talk about Fight Club


Reply via email to