Acme-Markdown-Embarrassing

 view release on metacpan or  search on metacpan

lib/Acme/Markdown/Embarrassing.pm  view on Meta::CPAN

package Acme::Markdown::Embarrassing;

use 5.006;
use strict;
use warnings;

our $VERSION = '3.2';

=pod

=encoding UTF-8

=head1 Acme::Markdown::Embarrasing

=head1 NAME

Acme::Markdown::Embarrassing - Embarrassing the MetaCPAN Markdown converter

=head1 SYNOPYS

This is a toy module to embarrass MetaCPAN Markdown 

=head1 SEE ALSO

See also L<https://metacpan.org/release/CONTRA/Acme-Markdown-Embarrassing-3.2/source/README.md>

See also L<https://metacpan.org/release/CONTRA/Acme-Markdown-Embarrassing-3.2/source/MarkdownTest.md>

=head1 MARKDOWN

=begin markdown

## IMAGES

#### Include relative image `![](test.png)`
![](test.png)

#### Include relative image `![](./test.png)`
![](./test.png)

#### Include absolute internal non versioned image `![](https://metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing/test.png)`
![](https://metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing/test.png)

#### Include absolute internal image `![](https://metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing-1.6/test.png)`
![](https://metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing-1.6/test.png)

#### Include absolute fastapi image `![](https://fastapi.metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing-1.6/test.png)`
![](https://fastapi.metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing-1.6/test.png)

#### Include absolute external image `![](https://raw.githubusercontent.com/thibaultduponchelle/Acme-Markdown-Embarrassing/master/test.png)`
![](https://raw.githubusercontent.com/thibaultduponchelle/Acme-Markdown-Embarrassing/master/test.png)


# Title 1
## Title 2
### Title 3
#### Title 4
##### Title 5
###### Title 6

Title 1
==
Title 2
--

## Usual styling
Some **BOLD** or alternate __BOLD__ text with some *italic* and alternate _italic_

Some ***BOLD ITALIC*** or alternate ___BOLD ITALIC___

Some ~~strikethrough~~



( run in 2.081 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )