MCPcopy Create free account

hub / github.com/executablebooks/markdown-it-py / functions

Functions361 in github.com/executablebooks/markdown-it-py

Functiontest_multiple_files
()
tests/test_cli.py:71
Methodtest_nesting_pattern
Demonstrate nested fences with exact match (outer 4, inner 3).
tests/test_api/test_make_fence_rule.py:133
Functiontest_no_end_newline
(input, expected)
tests/test_port/test_no_end_newline.py:24
Functiontest_non_utf8
()
tests/test_cli.py:25
Functiontest_normalize_url
(line, title, input, expected)
tests/test_port/test_fixtures.py:79
Functiontest_ordered_list_info
()
tests/test_port/test_misc.py:16
Methodtest_override_add_colon_marker
Override standard fence to also accept colon markers.
tests/test_api/test_make_fence_rule.py:171
Functiontest_override_options
()
tests/test_api/test_main.py:88
Methodtest_override_preserves_backtick_info_restriction
Backtick info string restriction still works with custom markers.
tests/test_api/test_make_fence_rule.py:183
Methodtest_override_with_exact_match
Override standard fence to use exact matching.
tests/test_api/test_make_fence_rule.py:162
Functiontest_panflute
(benchmark, spec_text)
benchmarking/bench_packages.py:72
Functiontest_parse
()
tests/test_cli.py:12
Functiontest_parseInline
()
tests/test_api/test_main.py:170
Functiontest_parse_fail
()
tests/test_cli.py:19
Functiontest_parse_output
()
tests/test_cli.py:53
Functiontest_pretty
(file_regression)
tests/test_tree.py:62
Functiontest_pretty_text_special
(file_regression)
tests/test_tree.py:79
Functiontest_print_heading
()
tests/test_cli.py:32
Functiontest_property_passthrough
()
tests/test_tree.py:17
Functiontest_pymarkdown
(benchmark, spec_text)
benchmarking/bench_packages.py:47
Functiontest_pymarkdown_extra
(benchmark, spec_text)
benchmarking/bench_packages.py:55
Functiontest_ref_definitions
()
tests/test_port/test_references.py:4
Functiontest_renderInline
()
tests/test_api/test_main.py:253
Functiontest_reset
()
tests/test_api/test_main.py:152
Functiontest_serialization
()
tests/test_api/test_token.py:36
Methodtest_shorter_closing_no_match
Closing fence shorter than opening does not close the block.
tests/test_api/test_make_fence_rule.py:59
Functiontest_sibling_traverse
()
tests/test_tree.py:45
Functiontest_smartquotes
(line, title, input, expected)
tests/test_port/test_fixtures.py:31
Functiontest_spec
(entry)
tests/test_cmark_spec/test_spec.py:22
Functiontest_spec
(benchmark, parser, spec_text)
benchmarking/bench_core.py:19
Functiontest_stdin
()
tests/test_cli.py:63
Functiontest_store_labels
(data_regression)
tests/test_port/test_references.py:39
Functiontest_strikethrough
(line, title, input, expected)
tests/test_port/test_fixtures.py:101
Functiontest_strikethrough_single_tilde
(line, title, input, expected)
tests/test_port/test_fixtures.py:111
Functiontest_table
(line, title, input, expected)
tests/test_port/test_fixtures.py:52
Functiontest_table_tokens
(data_regression)
tests/test_api/test_main.py:294
Functiontest_tasklists
(line, title, input, expected)
tests/test_port/test_fixtures.py:132
Functiontest_text_join_merges_adjacent_text_special_tokens
text_join should convert text_special tokens and merge runs into one. Backslash-escaped characters each produce a ``text_special`` token. ``f
tests/test_api/test_main.py:340
Methodtest_tilde_in_tilde_info_allowed
By default, tilde in tilde-fence info string is allowed.
tests/test_api/test_make_fence_rule.py:233
Functiontest_token
()
tests/test_api/test_token.py:6
Functiontest_token_levels
()
tests/test_linkify.py:4
Functiontest_tree_to_tokens_conversion
()
tests/test_tree.py:11
Functiontest_type
()
tests/test_tree.py:33
Functiontest_typographer
(line, title, input, expected)
tests/test_port/test_fixtures.py:42
Methodtest_unclosed_block
Unclosed colon fence is autoclosed at end of document.
tests/test_api/test_make_fence_rule.py:77
Methodtest_unclosed_exact_match
Unclosed exact-match fence is autoclosed at end of document.
tests/test_api/test_make_fence_rule.py:149
Functiontest_use_existing_env
(data_regression)
tests/test_port/test_references.py:19
Functiontest_walk
()
tests/test_tree.py:86
Methodtest_with_info
(self)
tests/test_api/test_make_fence_rule.py:37
Functiontext
(state: StateInline, silent: bool)
markdown_it/rules_inline/text.py:8
Methodtext
( self, tokens: Sequence[Token], idx: int, options: OptionsDict, env: EnvType )
markdown_it/renderer.py:343
Functiontext_join
Join raw text for escape sequences (`text_special`) tokens with the rest of the text
markdown_it/rules_core/text_join.py:15
Functionto_ascii
(obj: str)
markdown_it/_punycode.py:61
Functionto_unicode
(obj: str)
markdown_it/_punycode.py:52
Functiontokenize
Insert each marker as a separate text token, and add it to delimiter list
markdown_it/rules_inline/emphasis.py:8
Functiontokenize
Insert each marker as a separate text token, and add it to delimiter list. When the ``strikethrough_single_tilde`` option is enabled on the `
markdown_it/rules_inline/strikethrough.py:7
Methodtype
Get a string type of the represented syntax. - "root" for root nodes - `Token.type` if the node represents an unnested token
markdown_it/tree.py:152
Methodtypographer
Enable smartquotes and replacements.
markdown_it/utils.py:121
FunctionvalidateLink
Validate URL link is allowed in output. This validator can prohibit more than really needed to prevent XSS. It's a tradeoff to keep code simp
markdown_it/common/normalize_url.py:70
Functionw_rule
(state, silent)
tests/test_api/test_plugin_creation.py:98
MethodxhtmlOut
Use '/' to close single tags (<br />).
markdown_it/utils.py:139
← previous301–361 of 361, ranked by callers