App-mdee

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

Build.PL
CLAUDE.md
Changes
LICENSE
META.json
README.md
cpanfile
docs/plans/2026-02-16-greple-md-implementation.md
docs/plans/2026-02-16-greple-md-module-design.md
images/3-column.png
images/MBP-full.png
images/manual.png
lib/App/Greple/md.pm
lib/App/mdee.pm
minil.toml
script/mdee
share/theme/fatchap.sh
share/theme/hashed.sh
share/theme/nomark.sh
share/theme/warm.sh
t/00_compile.t
t/01_mdee.t

README.md  view on Meta::CPAN

adjusts the column width used for this calculation, and
`--pane` (`-C`) sets the number of columns directly.

Use `-p` (`--style=pager`) for a simpler view without nup
formatting — highlighted output is piped directly through a
pager.  Use `-f` (`--style=filter`) to write highlighted
output to stdout without a pager, suitable for piping into
other commands.

<div>
    <p><img width="1000" src="https://raw.githubusercontent.com/tecolicom/App-mdee/main/images/3-column.png">
</div>

# INSTALLATION

## Homebrew

Use [tecolicom/tap](https://github.com/tecolicom/homebrew-tap):

    brew tap tecolicom/tap
    brew install app-mdee

lib/App/mdee.pm  view on Meta::CPAN

C<--pane> (C<-C>) sets the number of columns directly.

Use C<-p> (C<--style=pager>) for a simpler view without nup
formatting — highlighted output is piped directly through a
pager.  Use C<-f> (C<--style=filter>) to write highlighted
output to stdout without a pager, suitable for piping into
other commands.

=begin html

<p><img width="1000" src="https://raw.githubusercontent.com/tecolicom/App-mdee/main/images/3-column.png">

=end html

=head1 INSTALLATION

=head2 Homebrew

Use L<tecolicom/tap|https://github.com/tecolicom/homebrew-tap>:

    brew tap tecolicom/tap

script/mdee  view on Meta::CPAN

C<--pane> (C<-C>) sets the number of columns directly.

Use C<-p> (C<--style=pager>) for a simpler view without nup
formatting — highlighted output is piped directly through a
pager.  Use C<-f> (C<--style=filter>) to write highlighted
output to stdout without a pager, suitable for piping into
other commands.

=begin html

<p><img width="1000" src="https://raw.githubusercontent.com/tecolicom/App-mdee/main/images/3-column.png">

=end html

=head1 INSTALLATION

=head2 Homebrew

Use L<tecolicom/tap|https://github.com/tecolicom/homebrew-tap>:

    brew tap tecolicom/tap

t/demo.md  view on Meta::CPAN

```

## Links

[Greple](https://metacpan.org/pod/App::Greple) is a pattern matching tool.

See [mdee documentation](https://metacpan.org/pod/App::mdee) for details.

## Images

![Logo](https://example.com/logo.png)

[![Linked image](https://example.com/thumb.png)](https://example.com)

## Headings

### Heading 3

#### Heading 4

##### Heading 5

###### Heading 6

t/test.md  view on Meta::CPAN

> 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**



( run in 0.819 second using v1.01-cache-2.11-cpan-788537b7465 )