%%markdown

### Markdown: This is a Heading

This is a paragraph

Markdown: This is a Heading

This is a paragraph

%%html

<h3>HTML: This is a Heading</h3>
<p>This is a paragraph.</p>

HTML: This is a Heading

This is a paragraph.

![Sample image](https://example.com/path-to-your-image.jpg)
/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: `[Sample image](https://example.com/path-to-your-image.jpg)'
! -- first information -->
! <div>
!    <-- notice how tags can be put INSIDE eachother -->
!    <p>This is the first paragarph of section 1</p>
!    <p>This is the second paragraph of section 1</p>
! </div>

! <!-- second information -->
! <div>
!    <!-- notice how tags can be put INSIDE eachother -->
!    <p>This is the first paragarph of section 2</p>
!    <p>This is the second paragraph of section 2</p>
! </div>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` -- first information -->'


/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <div>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: `    <-- notice how tags can be put INSIDE eachother -->'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: `    <p>This is the first paragarph of section 1</p>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: `    <p>This is the second paragraph of section 1</p>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` </div>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <!-- second information -->'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <div>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: `    <!-- notice how tags can be put INSIDE eachother -->'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: `    <p>This is the first paragarph of section 2</p>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: `    <p>This is the second paragraph of section 2</p>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` </div>'
! <p>This is a paragraph</p>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <p>This is a paragraph</p>'
! <button>some button text</button>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <button>some button text</button>'
! <i>Italic Text</i>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <i>Italic Text</i>'
! <strong>Bolded Text</strong>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <strong>Bolded Text</strong>'
! <a href="link">link text</a>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <a href="link">link text</a>'
! [link text](link)
/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: ` [link text](link)'
! <img alt="describe image" src="link to image" width="100" height="200">
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <img alt="describe image" src="link to image" width="100" height="200">'
! [describe image](link to image)
/bin/bash: -c: line 1: syntax error near unexpected token `('
/bin/bash: -c: line 1: ` [describe image](link to image)'
! <tagname attribute_name="attribute_value" another_attribute="another_value">inner html text</tagname>
! <a href="https://www.w3schools.com/html/default.asp">Visit W3Schools HTML Page</a>
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <tagname attribute_name="attribute_value" another_attribute="another_value">inner html text</tagname>'
/bin/bash: -c: line 1: syntax error near unexpected token `newline'
/bin/bash: -c: line 1: ` <a href="https://www.w3schools.com/html/default.asp">Visit W3Schools HTML Page</a>'