Demo College
@cm4hkfycs0002tgopekh9u38m•500 students•50 courses
See what you can do on Homebrew
Example
Headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Emphasis
Italic Italic
Bold Bold
Bold and Italic Bold and Italic
Lists
Unordered List
- Item 1
- Subitem 1
- Subitem 2
- Item 2
- Subitem 3
- Item 3
Ordered List
- First Item
- Subitem A
- Subitem B
- Second Item
- Third Item
Links
Images
Blockquote
This is a blockquote. With a new line.
Code
Inline code: console.log('Hello, World!');
Code Block
JavaScript
javascript
Python
python
HTML
html
CSS
css
JSON
json
Tables
| Header 1 | Header 2 | Header 3 | | -------- | -------- | -------- | | Row 1 | Column 2 | Column 3 | | Row 2 | Column 2 | Column 3 |
Horizontal Rule
Task List
- [x] Task 1 Completed
- [ ] Task 2 Incomplete
- [ ] Task 3 Incomplete
Inline HTML
This is a paragraph with bold text inside it.
Escaping Characters
Use a backslash to escape special characters: * _ ` [ ]
Footnotes
Here is a footnote reference[^1].
[^1]: This is the footnote content.
Definition List
Term 1 : Definition 1
Term 2 : Definition 2