Additional capabilities in Markdown files (#18665)
This commit is contained in:
@@ -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:`.
|
||||
|
||||
Reference in New Issue
Block a user