Skip to content

Commit

Permalink
Minor style edit.. literally
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Nov 10, 2017
1 parent 17e5650 commit de6e701
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/ox-hugo-manual.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ox-hugo.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ draft = false
<style>
.ox-hugo ul {
list-style: none;
}</style>
}
</style>
<div class="ox-hugo toc">
<div></div>

Expand Down

0 comments on commit de6e701

Please sign in to comment.