gitea/modules/highlight
zeripath 623d2dd411
Prevent panic in Org mode HighlightCodeBlock ()
When rendering source in org mode there is a mistake in the highlight code that
causes a panic.

This PR fixes this.

Fix 

Signed-off-by: Andrew Thornton <art27@cantab.net>
..
highlight.go Prevent panic in Org mode HighlightCodeBlock ()
highlight_test.go Just use a slice when rendering file ()