Markdown support added

by  @akts on 30 May 2020, 05:54 GMT

Write in markdown

One of the many things, users missed is the ability to format their text. With markdown support added, things like having

  • headings
  • code snippets
  • links
  • images

are now possible.

Headings

package main

import (
    "fmt"
)

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

Oh! visit the blog soon for a write-up about the blog software.

happy rick roll

0 replies