Commit e6004a12 authored by Adam Cohen's avatar Adam Cohen Committed by Evan Read

Describe how to add comments in the style guide

parent 42aafb30
......@@ -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**`).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment