Skip to content

Commit 12456cc

Browse files
authored
Additional capabilities in Markdown files (github#18665)
1 parent 050b95d commit 12456cc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

content/github/getting-started-with-github/keyboard-shortcuts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ Below is a list of some of the available keyboard shortcuts.
4242

4343
| Keyboard shortcut | Description
4444
|-----------|------------
45+
| <kbd>control b</kbd> or <kbd>command b</kbd> | Inserts Markdown formatting for bolding text
46+
| <kbd>control i</kbd> or <kbd>command i</kbd> | Inserts Markdown formatting for italicizing text
47+
| <kbd>control k</kbd> or <kbd>command k</kbd> | Inserts Markdown formatting for creating a link
4548
|<kbd>e</kbd> | Open source code file in the **Edit file** tab
4649
|<kbd>control f</kbd> or <kbd>command f</kbd> | Start searching in file editor
4750
|<kbd>control g</kbd> or <kbd>command g</kbd> | Find next

content/github/writing-on-github/basic-writing-and-formatting-syntax.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To create a heading, add one to six `#` symbols before your heading text. The nu
2323

2424
### Styling text
2525

26-
You can indicate emphasis with bold, italic, or strikethrough text.
26+
You can indicate emphasis with bold, italic, or strikethrough text in comment fields and `.md` files.
2727

2828
| Style | Syntax | Keyboard shortcut | Example | Output |
2929
| --- | --- | --- | --- | --- |
@@ -205,6 +205,10 @@ Content attachments will not be displayed for URLs that are part of a markdown l
205205

206206
For more information about building a {% data variables.product.prodname_github_app %} that uses content attachments, see "[Using Content Attachments](/apps/using-content-attachments)."
207207

208+
### Uploading assets
209+
210+
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.
211+
208212
### Using emoji
209213

210214
You can add emoji to your writing by typing `:EMOJICODE:`.

0 commit comments

Comments
 (0)