App-Greple-md

 view release on metacpan or  search on metacpan

t/test.md  view on Meta::CPAN

# Heading 1

## Heading 2 with [link](https://example.com)

### Heading 3

#### Heading 4

##### Heading 5

###### Heading 6

Normal text with **bold** and *italic* and ~~strikethrough~~.

Underscore bold: __double underscore__ and italic: _single underscore_.

`inline code with **not bold**`

More text with `code` inside.

```bash
echo "code block"
```

~~~python
print("tilde code block")
~~~

> blockquote with **bold** text

> nested > quote

---

***

[simple link](https://example.com)

![image alt](https://example.com/img.png)

[![linked image](https://example.com/img.png)](https://example.com)

<!-- HTML comment -->

<!--
multi-line comment
-->

## Heading with [link](https://example.com) inside

**bold with `code` inside**

Escaped: \**not bold\** and \`not code\`



( run in 0.765 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )