gdsc-logo-title

Google Developer Student Clubs

Make Your First Open Source Contribution!

✨ Hello There, I am Lehar!

here are the markdown good practices

Hello There

Something intresting
const function = async () => {
    console.log('Hey Thereeee')
}

Sample Markdown

This is some basic, sample markdown.

Second Heading

  • Unordered lists, and:
  • One
  • Two
  • Three
  • Ordeded list, and:
  • One
  • Two
  • Three
  • More
  • Blockquote

    And bold, italics, and even italics and later bold. Even ~~strikethrough~~. A link to somewhere.

    And code highlighting:

    var foo = 'bar';
    
    function baz(s) {
       return foo + ':' + s;
    }
    

    Or inline code like var foo = 'bar';.

    Or an image of bears

    bears

    The end ...