Minor style edit.. literally

master
Kaushal Modi 8 years ago
parent 17e5650e86
commit de6e701e43
  1. 2
      README.org
  2. 2
      doc/ox-hugo-manual.org
  3. 2
      ox-hugo.el
  4. 3
      test/site/content/posts/post-with-export-options-toc-1-num-onlytoc.md
  5. 3
      test/site/content/posts/post-with-export-options-toc-2-num-t.md
  6. 3
      test/site/content/posts/post-with-export-options-toc-t-num-onlytoc.md
  7. 3
      test/site/content/posts/post-with-export-options-toc-t-num-t.md

@ -184,7 +184,7 @@ available customization options for this package.
in the final HTML.
- If you have a case where you need to have an Org source block
instead a quote block, and then a source block after that quote
block (/I know, a very common case.. :wink:/), Blackfriday barfs
block (/I know, a very common case../ :wink:), Blackfriday barfs
(Blackfriday # [[https://github.com/russross/blackfriday/issues/407][407]]). But we now have a workaround, which /just
works/ -- [[[https://github.com/kaushalmodi/ox-hugo/issues/98][98]]].
- Now =ATTR_HTML= above even hyper-linked images works (earlier it

@ -44,7 +44,7 @@
in the final HTML.
- If you have a case where you need to have an Org source block
instead a quote block, and then a source block after that quote
block (/I know, a very common case.. :wink:/), Blackfriday barfs
block (/I know, a very common case../ :wink:), Blackfriday barfs
({{{bfissue(407)}}}). But we now have a workaround, which /just
works/ -- {{{issue(98)}}}.
- Now =ATTR_HTML= above even hyper-linked images works (earlier it

@ -812,7 +812,7 @@ contents according to the current headline."
(concat "<style>\n"
" .ox-hugo ul {\n"
" list-style: none;\n"
" }"
" }\n"
"</style>\n"))
"<div class=\"ox-hugo toc\">\n" ;This is a nasty workaround
"<div></div>\n" ;till Hugo/Blackfriday support

@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

Loading…
Cancel
Save