you can quote text with a ">"
as becoders always say:
in code we trust
you can use triple backticks
git add --all
git commit -m "a comment"
git push
for more information checkout Creating and highlighting code blocks
Some GitHub Apps provide information in GitHub for URLs that link to their registered domains. GitHub renders the information provided by the app under the URL in the body or comment of an issue or pull request.
To see content attachments, you must have a GitHub App that uses the Content Attachments API installed on the repository. For more information, see "Installing an app in your personal account" and "Installing an app in your organization."
Content attachments will not be displayed for URLs that are part of a markdown link.
For more information about building a GitHub App that uses content attachments, see "Using Content Attachments" in the the GitHub Developer documentation.
You can add emoji to your writing by typing
:EMOJICODE:
@octocat 👍 This PR looks great - it's ready to merge!
typing >: will bring up a list of suggested emoji. The list will filter as you type, so once you find the emoji you're looking for, press Tab or Enter to complete the highlighted result.