NAME
Acme::Markdown::Embarrassing - Embarrassing the MetaCPAN Markdown converter
SYNOPSIS
This is a toy module to embarrass MetaCPAN Markdown
IMAGE (RELATIVE test.png) =begin html
<div style="display: flex"> <div style="margin: 3px; flex: 1 1 50%"> <img alt="Test" src="test.png" style="max-width: 100%" width="600"> </div> </div>
IMAGE (RELATIVE ./test.png) =begin html
<div style="display: flex"> <div style="margin: 3px; flex: 1 1 50%"> <img alt="Test" src="./test.png" style="max-width: 100%" width="600"> </div> </div>
IMAGE (RELATIVE ../../../test.png) =begin html
<div style="display: flex"> <div style="margin: 3px; flex: 1 1 50%"> <img alt="Test" src="../../../test.png" style="max-width: 100%" width="600"> </div> </div>
IMAGE FROM SOURCE (ABSOLUTE) =begin html
<div style="display: flex"> <div style="margin: 3px; flex: 1 1 50%"> <img alt="Test" src="https://metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing-1.6/test.png" style="max-width: 100%" width="600"> </div> </div>
IMAGE FROM FASTAPI (ABSOLUTE) =begin html
<div style="display: flex"> <div style="margin: 3px; flex: 1 1 50%"> <img alt="Test" src="https://fastapi.metacpan.org/source/CONTRA/Acme-Markdown-Embarrassing-1.6/test.png" style="max-width: 100%" width="600"> </div> </div>
IMAGE FROM GITHUB (ABSOLUTE) =begin html
<div style="display: flex"> <div style="margin: 3px; flex: 1 1 50%"> <img alt="Test" src="https://raw.githubusercontent.com/thibaultduponchelle/Acme-Markdown-Embarrassing/master/test.png" style="max-width: 100%" width="600"> </div> </div>
6 POD Errors
The following errors were encountered while parsing the POD:
- Around line 29:
=end html without matching =begin. (Stack: [empty])
- Around line 40:
=end html without matching =begin. (Stack: [empty])
- Around line 51:
=end html without matching =begin. (Stack: [empty])
- Around line 62:
=end html without matching =begin. (Stack: [empty])
- Around line 73:
=end html without matching =begin. (Stack: [empty])
- Around line 84:
=end html without matching =begin. (Stack: [empty])