Skip to content

Commit

Permalink
Always include HTML closing tag for annotations (#39058)
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 authored Jul 13, 2023
1 parent b9bcfa2 commit d4687d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributing/code-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Within code sample annotations:
- Multiple sequential comments will create a single annotation.
- Lines that do not start with a comment tag and are empty or only contain spaces will be ignored.
- You must start the code section with a single line comment. If the first line (or section) of the code does not need an annotation, you can use a comment tag with no text to create a blank annotation.
- For HTML style, you can include a closing tag, `<!-- -->`, after your annotations to maintain syntax highlighting; this will not impact how the annotations render.
- For HTML style, you should include a closing tag, `<!-- -->`, after your annotations to maintain syntax highlighting.

## Writing code annotations

Expand Down

0 comments on commit d4687d2

Please sign in to comment.