Welcome,

This is my personal digital portal. I am into wireless technology, standardization and passionate about programming. Posts in my portal are explicitly personal opinion and is not endorsement of my current or previous employers. The portal is the home for my blog posts and articles in addition to those that I usually post on #LinkedIn, Medium or twitter.

Sendil Kumar

More..

Spectrum

This is an interesting topic

Background

But also learn python whenever you get time

print("Hello World")
    for k in range(10):
        print(k)

DEMO page with various Markdown

See the same in golang

is this working ? \(x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\)

func fromMarkDown(mdstr []byte) []byte {
	// newstr := blackfriday.MarkdownCommon(str)

	htmlstr := blackfriday.MarkdownCommon(mdstr)
	fmt.Printf("OUTPUT %s", htmlstr)
	return htmlstr

}

wow this work ? \[ x = {-b \pm \sqrt{b^2-4ac} \over 2a} \]

Next line is simple

$$x^2=3

x^2+y^2=z

Hope you can see the code ??

Previous :
Next : Golang1