</code></pre>
<h1>Syntax Highlighting by Hugo</h1>
<h2>As a code-block...</h2>
- {{< highlight go "linenos=inline, hl_lines=3 6-8, style=emacs" >}}
+ {{< highlight go "linenos=inline, hl_lines=3 6-8, style=monokai" >}}
package main
import "fmt"
}
{{< /highlight >}}
<h2>...and inline</h2>
- <p>This is some {{< highlight go "linenos=false, hl_inline=true" >}}fmt.Println("inline"){{< /highlight >}} code.</p>
+ <p>This is some {{< highlight go "linenos=false, hl_inline=true, style=monokai" >}}fmt.Println("inline"){{< /highlight >}} code.</p>
</article>