dg-x/lib/Classy.pm
snow flurry fb0d94a2c0 Add Markdent GFM extensions
- Per-image classes, to restrict what images a CSS selector acts on
  (in-post vs out-of-post)
- Fenced aside blocks (`!!!`-enclosed, like code blocks)
- Footnotes are handled by the Markdown parser, instead of manually
2024-10-05 17:24:16 -07:00

10 lines
67 B
Perl

package Classy;
use 5.010;
use strict;
use warnings;
1;
__END__