1
0
mirror of synced 2025-12-22 03:16:52 -05:00

Additional capabilities in Markdown files (#18665)

This commit is contained in:
Bo-ying Fu
2021-04-12 09:36:08 -07:00
committed by GitHub
parent 050b95d3be
commit 12456ccde3
2 changed files with 8 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ To create a heading, add one to six `#` symbols before your heading text. The nu
### Styling text
You can indicate emphasis with bold, italic, or strikethrough text.
You can indicate emphasis with bold, italic, or strikethrough text in comment fields and `.md` files.
| Style | Syntax | Keyboard shortcut | Example | Output |
| --- | --- | --- | --- | --- |
@@ -205,6 +205,10 @@ Content attachments will not be displayed for URLs that are part of a markdown l
For more information about building a {% data variables.product.prodname_github_app %} that uses content attachments, see "[Using Content Attachments](/apps/using-content-attachments)."
### Uploading assets
You can upload assets like images by dragging and dropping, selecting from a file browser, or pasting. You can upload assets to issues, pull requests, comments, and `.md` files in your repository.
### Using emoji
You can add emoji to your writing by typing `:EMOJICODE:`.