Acme::Embarrasing
Titles
T2
T3
T4
T5
T6
Alternate titles
T1
T2
Usual styling
Some BOLD or alternate BOLD text with some italic and alternate italic
Some BOLD ITALIC or alternate BOLD ITALIC
Quote
There Is More Than One Way To Do It
Top level
Nested
Quote with styling
- First
- Second
Some BOLD
Html embedded
Some BOLD text.
A
Sentence
On
Multiple
Lines
Bullets (-)
- First
- Second
- Third
Bullets (*)
- Foo
- Bar
- Baz
Bullets (+)
- Foo
- Bar
- Baz
Numbered list
- First
- Second
- Third
- First
- Second
- Third
Code
Inlined code or inlined code with `backticks` inside
Perl
#!/usr/bin/env perl
use Acme::LOLCAT;
print translate("You too can speak like a lolcat!") ."\n";
Indented with spaces
#!/usr/bin/env perl
use Acme::LOLCAT;
print translate("You too can speak like a lolcat!") ."\n";
Indented with tab
#!/usr/bin/env perl
use Acme::LOLCAT;
print translate("You too can speak like a lolcat!") ."\n";
Bash
#!/bin/bash
for i in `seq 1 10`
do
echo -n "$i "
done
echo ""
Yaml
name: check-syntax
on: [push]
jobs:
perl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check syntax
run: for f in `find . -name "*.pm" -o -name "*.pl" -o -name "*.t"`; do perl -c $f; done
Images
PNG

SVG

Rules
Links
MetaCPAN or with title MetaCPAN
Image with link
Escape
*
`
-
+
#