From b635f8a4818e416350715a40afca964b8a250776 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 26 Jan 2018 17:01:00 -0500 Subject: [PATCH] Fix a typo --- README.org | 2 +- doc/ox-hugo-manual.org | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 --