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: Image alt text ## 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

Horizontal Rules --- *** ___ ## Escaping *Not italic* and `not code` and # not a heading ## Special Characters Ampersand: & Copyright: © Arrow: → Emoji: 🎉 ✅ 🚀 (unicode) Emoji shortcode: :smile: :rocket: — extension-dependent ## Line Breaks This line ends with two spaces so this is a hard break. This is a paragraph with a soft break (no trailing spaces). ## Definition List (extension-dependent) Term : Definition of the term ## Math (extension-dependent) Inline: $E = mc^2$ Block: $$ \int_{a}^{b} f(x),dx = F(b) - F(a) $$ ## HTML Inline This has inline HTML and emphasis. Collapsible section Hidden content revealed on click. ## Admonition / Callout (extension-dependent) > [!NOTE] > This is a GitHub-style callout. > [!WARNING] > This is a warning callout.

DaraCorp AI assistant

How can I assist you today?

Powered by CopilotKit