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

Some BOLD

Html embedded

Some BOLD text.

A
Sentence

On


Multiple



Lines

Bullets (-)

Bullets (*)

Bullets (+)

Numbered list

  1. First
  2. Second
  3. Third
  1. First
  2. Second
  3. 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

MetaCPAN or with title MetaCPAN

https://www.metacpan.org

Escape

*

`

-

+

#