Friday, February 24, 2017

Convert Code to HTML

Recently, I was looking for some tool to covert Code to HTML so that when I include the code snippet in the blog or website it should look pretty and readable. I was seeking an open source solution and I came across HILITE.ME Here is the url:
https://github.com/alexkay/hilite.me

And the web:
http://hitlite.me


Example:

1
2
3
4
5
6
7
package main

import "fmt"

func main() {
       fmt.Println("Hello World")
}

No comments:

Post a Comment