kaushalmodi / ox-hugo

A carefully crafted Org exporter back-end for Hugo

Home Page:https://ox-hugo.scripter.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ATTR_HTML for paragraphs and other Org elements

kaushalmodi opened this issue · comments

Then it should be possible to do something like:

Some text not highlighted

#+ATTR_HTML: :class highlight
Highlighted text using CSS with rules set for `.highlight`

Again non-highlighted text. 

  • paragraph
  • example-block
  • src-block
  • plain-list
  • quote-block

Not doing anything special for latex environment as org-html-latex-environment will handle it.