go-org-orgwiki/org/testdata
Niklas Fasching 09a8437b59 HTMLWriter: Change code block markup to resemble hugo chroma output
The highlight function from hugo already wraps the highlighted source code in
div > pre > code

e.g.

<div class="highlight">
<pre
style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4">
<code class="language-sh" data-lang="sh">echo hello world</code>
</pre>
</div>

So now we always delegate all that to the highlight function
2018-12-03 00:50:44 +01:00
..
example.html HTMLWriter: Change code block markup to resemble hugo chroma output 2018-12-03 00:50:44 +01:00
example.org Fix footnotes starting with empty line 2018-12-03 00:35:12 +01:00