diff --git a/README.org b/README.org index daa2861..011f92f 100644 --- a/README.org +++ b/README.org @@ -176,7 +176,7 @@ available customization options for this package. #[[https://github.com/kaushalmodi/ox-hugo/issues/115][115]]. - Support exporting =headless= front-matter (Hugo v0.35+). - Advanced table styling is now possible by specifying =#+ATTR_HTML= - and =#+ATTR_CSS= (this one is unique to =ox-html=) above Org + and =#+ATTR_CSS= (this one is unique to =ox-hugo=) above Org tables. See its [[https://ox-hugo.scripter.co/doc/table-styling/][documentation]] -- #[[https://github.com/kaushalmodi/ox-hugo/issues/93][93]]. - Similarly, support =#+ATTR_HTML= and =#+ATTR_CSS= for paragraphs, example blocks, source blocks, plain lists and quote blocks too -- diff --git a/doc/ox-hugo-manual.org b/doc/ox-hugo-manual.org index 3c0c288..520ad38 100644 --- a/doc/ox-hugo-manual.org +++ b/doc/ox-hugo-manual.org @@ -33,7 +33,7 @@ {{{issue(115)}}}. - Support exporting =headless= front-matter (Hugo v0.35+). - Advanced table styling is now possible by specifying =#+ATTR_HTML= - and =#+ATTR_CSS= (this one is unique to =ox-html=) above Org + and =#+ATTR_CSS= (this one is unique to =ox-hugo=) above Org tables. See its [[https://ox-hugo.scripter.co/doc/table-styling/][documentation]] -- {{{issue(93)}}}. - Similarly, support =#+ATTR_HTML= and =#+ATTR_CSS= for paragraphs, example blocks, source blocks, plain lists and quote blocks too --