The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# This file was automatically generated by Dist::Zilla::Plugin::Manifest v5.012.
Changes
INSTALL
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
README
bench/capture-vs-text-markdown-vs-parse
bin/markdent-html
dist.ini
inc/Markdent/Build.pm
lib/Markdent.pm
lib/Markdent/CLI.pm
lib/Markdent/CapturedEvents.pm
lib/Markdent/Dialect/GitHub.pod
lib/Markdent/Dialect/GitHub/BlockParser.pm
lib/Markdent/Dialect/GitHub/SpanParser.pm
lib/Markdent/Dialect/Standard.pod
lib/Markdent/Dialect/Theory.pod
lib/Markdent/Dialect/Theory/BlockParser.pm
lib/Markdent/Dialect/Theory/SpanParser.pm
lib/Markdent/Event/AutoLink.pm
lib/Markdent/Event/CodeBlock.pm
lib/Markdent/Event/EndBlockquote.pm
lib/Markdent/Event/EndCode.pm
lib/Markdent/Event/EndDocument.pm
lib/Markdent/Event/EndEmphasis.pm
lib/Markdent/Event/EndHTMLTag.pm
lib/Markdent/Event/EndHeader.pm
lib/Markdent/Event/EndLink.pm
lib/Markdent/Event/EndListItem.pm
lib/Markdent/Event/EndOrderedList.pm
lib/Markdent/Event/EndParagraph.pm
lib/Markdent/Event/EndStrong.pm
lib/Markdent/Event/EndTable.pm
lib/Markdent/Event/EndTableBody.pm
lib/Markdent/Event/EndTableCell.pm
lib/Markdent/Event/EndTableHeader.pm
lib/Markdent/Event/EndTableRow.pm
lib/Markdent/Event/EndUnorderedList.pm
lib/Markdent/Event/HTMLBlock.pm
lib/Markdent/Event/HTMLComment.pm
lib/Markdent/Event/HTMLCommentBlock.pm
lib/Markdent/Event/HTMLEntity.pm
lib/Markdent/Event/HTMLTag.pm
lib/Markdent/Event/HorizontalRule.pm
lib/Markdent/Event/Image.pm
lib/Markdent/Event/LineBreak.pm
lib/Markdent/Event/Preformatted.pm
lib/Markdent/Event/StartBlockquote.pm
lib/Markdent/Event/StartCode.pm
lib/Markdent/Event/StartDocument.pm
lib/Markdent/Event/StartEmphasis.pm
lib/Markdent/Event/StartHTMLTag.pm
lib/Markdent/Event/StartHeader.pm
lib/Markdent/Event/StartLink.pm
lib/Markdent/Event/StartListItem.pm
lib/Markdent/Event/StartOrderedList.pm
lib/Markdent/Event/StartParagraph.pm
lib/Markdent/Event/StartStrong.pm
lib/Markdent/Event/StartTable.pm
lib/Markdent/Event/StartTableBody.pm
lib/Markdent/Event/StartTableCell.pm
lib/Markdent/Event/StartTableHeader.pm
lib/Markdent/Event/StartTableRow.pm
lib/Markdent/Event/StartUnorderedList.pm
lib/Markdent/Event/Text.pm
lib/Markdent/Handler/CaptureEvents.pm
lib/Markdent/Handler/HTMLFilter.pm
lib/Markdent/Handler/HTMLStream/Document.pm
lib/Markdent/Handler/HTMLStream/Fragment.pm
lib/Markdent/Handler/MinimalTree.pm
lib/Markdent/Handler/Multiplexer.pm
lib/Markdent/Handler/Null.pm
lib/Markdent/Manual.pod
lib/Markdent/Parser.pm
lib/Markdent/Parser/BlockParser.pm
lib/Markdent/Parser/SpanParser.pm
lib/Markdent/Regexes.pm
lib/Markdent/Role/AnyParser.pm
lib/Markdent/Role/BalancedEvent.pm
lib/Markdent/Role/BlockParser.pm
lib/Markdent/Role/DebugPrinter.pm
lib/Markdent/Role/Dialect/BlockParser.pm
lib/Markdent/Role/Dialect/SpanParser.pm
lib/Markdent/Role/Event.pm
lib/Markdent/Role/EventAsText.pm
lib/Markdent/Role/EventsAsMethods.pm
lib/Markdent/Role/FilterHandler.pm
lib/Markdent/Role/HTMLStream.pm
lib/Markdent/Role/Handler.pm
lib/Markdent/Role/Simple.pm
lib/Markdent/Role/SpanParser.pm
lib/Markdent/Simple/Document.pm
lib/Markdent/Simple/Fragment.pm
lib/Markdent/Types.pm
lib/Markdent/Types/Internal.pm
t/00-compile.t
t/CapturedEvents.t
t/Handler/CaptureEvents.t
t/Handler/HTMLFilter.t
t/Handler/HTMLStream/Fragment.t
t/Handler/HTMLStream/bad-filehandle.t
t/Handler/Multiplexer.t
t/Parser.t
t/Simple/Document.t
t/Simple/Fragment.t
t/author-pod-spell.t
t/lib/Example/Dialect/BlockParser.pm
t/lib/Example/Dialect/SpanParser.pm
t/lib/Test/Markdent.pm
t/markup/github/bare-auto-link.t
t/markup/github/em-in-words.t
t/markup/github/fenced-block.t
t/markup/multi-dialect/github-theory.t
t/markup/standard/backslash-escape.t
t/markup/standard/blockquote.t
t/markup/standard/headers.t
t/markup/standard/hr.t
t/markup/standard/image.t
t/markup/standard/line-break.t
t/markup/standard/link.t
t/markup/standard/list.t
t/markup/standard/nested-markup.t
t/markup/standard/preformatted.t
t/markup/standard/raw-html.t
t/markup/standard/strong-em-code.t
t/markup/standard/unbalanced.t
t/markup/theory/big-table.t
t/markup/theory/table.t
't/mdtest-data/Amps and angle encoding.text'
't/mdtest-data/Amps and angle encoding.xhtml'
't/mdtest-data/Auto links.text'
't/mdtest-data/Auto links.xhtml'
't/mdtest-data/Backslash escapes.text'
't/mdtest-data/Backslash escapes.xhtml'
't/mdtest-data/Blockquotes with code blocks.text'
't/mdtest-data/Blockquotes with code blocks.xhtml'
't/mdtest-data/Code Blocks.text'
't/mdtest-data/Code Blocks.xhtml'
't/mdtest-data/Code Spans.text'
't/mdtest-data/Code Spans.xhtml'
't/mdtest-data/Hard-wrapped paragraphs with list-like lines.text'
't/mdtest-data/Hard-wrapped paragraphs with list-like lines.xhtml'
't/mdtest-data/Horizontal rules.text'
't/mdtest-data/Horizontal rules.xhtml'
t/mdtest-data/Images.text
t/mdtest-data/Images.xhtml
't/mdtest-data/Inline HTML (Advanced).text'
't/mdtest-data/Inline HTML (Advanced).xhtml'
't/mdtest-data/Inline HTML (Simple).html'
't/mdtest-data/Inline HTML (Simple).text'
't/mdtest-data/Inline HTML comments.html'
't/mdtest-data/Inline HTML comments.text'
't/mdtest-data/Links, inline style.text'
't/mdtest-data/Links, inline style.xhtml'
't/mdtest-data/Links, reference style.text'
't/mdtest-data/Links, reference style.xhtml'
't/mdtest-data/Links, shortcut references.text'
't/mdtest-data/Links, shortcut references.xhtml'
't/mdtest-data/Literal quotes in titles.text'
't/mdtest-data/Literal quotes in titles.xhtml'
't/mdtest-data/Markdown Documentation - Basics.text'
't/mdtest-data/Markdown Documentation - Basics.xhtml'
't/mdtest-data/Markdown Documentation - Syntax.text'
't/mdtest-data/Markdown Documentation - Syntax.xhtml'
't/mdtest-data/Nested blockquotes.text'
't/mdtest-data/Nested blockquotes.xhtml'
't/mdtest-data/Ordered and unordered lists.text'
't/mdtest-data/Ordered and unordered lists.xhtml'
't/mdtest-data/Strong and em together.text'
't/mdtest-data/Strong and em together.xhtml'
t/mdtest-data/Tabs.text
t/mdtest-data/Tabs.xhtml
t/mdtest-data/Tidyness.text
t/mdtest-data/Tidyness.xhtml
t/mdtest.t
t/parse-twice.t
t/release-cpan-changes.t
t/release-no-tabs.t
t/release-pod-coverage.t
t/release-pod-no404s.t
t/release-pod-syntax.t
weaver.ini