File: MANIFEST

package info (click to toggle)
pmarkdown 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 772 kB
  • sloc: perl: 4,719; makefile: 6
file content (60 lines) | stat: -rw-r--r-- 1,580 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Changes
cpanfile
lib/App/pmarkdown.pm
lib/Markdown/Perl.pm
lib/Markdown/Perl/BlockParser.pm
lib/Markdown/Perl/HTML.pm
lib/Markdown/Perl/Inlines.pm
lib/Markdown/Perl/InlineTree.pm
lib/Markdown/Perl/Options.pm
lib/Markdown/Perl/Util.pm
LICENSE
Makefile.PL
MANIFEST			This list of files
script/pmarkdown
t/000-load.t
t/001-cpanfile.t
t/001-podsyntax.t
t/100-util.t
t/101-inline-tree.t
t/102-html.t
t/200-basic-leaf-blocks.t
t/201-basic-container-blocks.t
t/202-basic-inline-rendering.t
t/203-options.t
t/300-containers.t
t/301-inlines.t
t/302-reference-links.t
t/303-lists.t
t/304-file_metadata.t
t/305-block-directives.t
t/400-opt-allow_spaces_in_links.t
t/400-opt-allow_task_list_markers.t
t/400-opt-disallowed_html_tags.t
t/400-opt-fenced_code_blocks_must_be_closed.t
t/400-opt-inline_delimiters.t
t/400-opt-inline_delimiters_max_run_length.t
t/400-opt-lists_can_interrupt_paragraph.t
t/400-opt-multi_lines_setext_headings.t
t/400-opt-render_naked_paragraphs.t
t/400-opt-two_spaces_hard_line_breaks.t
t/400-opt-use_fenced_code_blocks.t
t/500-hooks-resolve_link_ref.t
t/500-hooks-yaml_metadata.t
t/800-bugs.t
t/801-fuzzing.t
t/900-cmark-test-suite.t
t/901-github-test-suite.t
t/902-markdown-test-suite.t
t/903-mmd-test-suite.t
t/904-pmarkdown.t
t/data/cc-by-sa.png
t/data/cmark.tests.json
t/data/github.tests.json
t/data/README.md
t/lib/CmarkTest.pm
t/lib/HtmlSanitizer.pm
t/lib/MmdTest.pm
t/lib/PmarkdownTest.pm
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)