Reference: <https://github.com/gohugoio/hugoDocs/issues/63> Currently you have to this: ``` {{ highlight "<div>foo</div> "html" "" }} ``` It would be better if you could do this: ``` {{ highlight "<div>foo</div> "html" }} ```