How to improve JS keyboard navigation? #184993
Replies: 3 comments
-
|
Hi @nvm2002 , we're happy you're here! You are more likely to get a useful response if you are explicit about what your question entails, giving a few more details might help someone give you a nudge in the right direction. |
Beta Was this translation helpful? Give feedback.
-
|
That usually means GitHub Desktop is treating the line as Markdown. In Markdown, a first-level heading is created by starting a line with a |
Beta Was this translation helpful? Give feedback.
-
|
A first-level heading refers to the highest-level heading in Markdown, which is the formatting language used by GitHub (including in GitHub Desktop for README files). In Markdown, a first-level heading is created using one # symbol, like this: Project TitleThis type of heading is typically used as the main title of a document, such as the name of a project in a README.md file. On GitHub, it is rendered as the largest and most prominent heading. For example, in a README file: → First-level heading (main title)→ Second-level heading (section)→ Third-level heading (subsection)GitHub Desktop fully supports Markdown, so when you edit or preview a README there, first-level headings will display correctly just like on GitHub.com. In short, a first-level heading is simply the main title of a Markdown document, created using a single #. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
GitHub Feature Area
GitHub Desktop
Body
A first-level heading
Beta Was this translation helpful? Give feedback.
All reactions