Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.74 KB

Part2.md

File metadata and controls

45 lines (25 loc) · 1.74 KB

Part2

quoting

How to quote some text you like

you can quote text with a ">"

as becoders always say:

in code we trust

And if you whant to quote some code

you can use triple backticks

git add --all
git commit -m "a comment"
git push

for more information checkout Creating and highlighting code blocks

Content attachments

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.

Using emoji

You can add emoji to your writing by typing

:EMOJICODE:

@octocat 👍 This PR looks great - it's ready to merge! :shipit:

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.