Blog Post Test For Daracorp
Bemnet Aschalew
H1 Heading ## H2 Heading ### H3 Heading #### H4 Heading ##### H5 Heading ###### H6 Heading Alternate H1 ============ Alternate H2 ------------ --- ## Text Formatting Bold text and also bold Italic text and also italic Bold and italic and also both Strikethrough Inline code Normal text with a footnote reference.[^1] [^1]: This is the footnote content. H2O (subscript) and X^2^ (superscript) — may depend on viewer ==Highlighted text== — extension-dependent ## Links & Images Inline link Link with title [Reference link][ref] [ref]: https://example.com Bare URL: Email:
## Lists ### Unordered - Item one - Item two - Nested item - Deeper nested item - Item three * Alternate bullet + Another bullet style ### Ordered 1. First 2. Second 1. Nested ordered 2. Another nested 3. Third ### Task List - [x] Completed task - [ ] Incomplete task - [ ] Another todo ## Blockquotes > Single-level blockquote > > > Nested blockquote > > > > > Triple nested > Blockquote with formatting and code. ## Code Blocks python def hello(name): """A fenced code block with syntax highlighting.""" return f"Hello, {name}!" print(hello("world")) javascript const greet = (name) => `Hi, ${name}`; console.log(greet("there")); Indented code block (four spaces) ## Tables
Left Center Right
| :----- |
|---|
| ------: |
a
b
c
longer cell 2 3
code
bold
italic
