Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e6004a12
Commit
e6004a12
authored
Sep 06, 2021
by
Adam Cohen
Committed by
Evan Read
Sep 06, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Describe how to add comments in the style guide
parent
42aafb30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
doc/development/documentation/styleguide/index.md
doc/development/documentation/styleguide/index.md
+9
-0
No files found.
doc/development/documentation/styleguide/index.md
View file @
e6004a12
...
...
@@ -443,6 +443,15 @@ When possible, try to avoid acronyms in headings.
-
List item 2
```
### Comments
To embed comments within Markdown, use standard HTML comments that are not rendered
when published. Example:
```
html
<!-- This is a comment that is not rendered -->
```
### Emphasis
-
Use double asterisks (
`**`
) to mark a word or text in bold (
`**bold**`
).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment