Skip to content

Instantly share code, notes, and snippets.

@abiriadev
Created August 24, 2022 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abiriadev/8c1c71939702bba0643492418159466d to your computer and use it in GitHub Desktop.
Save abiriadev/8c1c71939702bba0643492418159466d to your computer and use it in GitHub Desktop.
.md

Note This is a note

Warning This is a warning

@abiriadev
Copy link
Author

Note
This is a note

Warning
This is a warning

@abiriadev
Copy link
Author

function HelloCodeTitle(props) {
  return <h1>Hello, {props.name}</h1>;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment