Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Markdown/markdown
/ functions
Functions
1,263 in github.com/Python-Markdown/markdown
⨍
Functions
1,263
◇
Types & classes
191
↳
Endpoints
1
Method
testRE
(self)
tests/test_extensions.py:262
Method
testRawHtmlInTOC
(self)
tests/test_syntax/extensions/test_toc.py:259
Method
testRegisterDupplicate
(self)
tests/test_apis.py:350
Method
testRegisterSerializer
(self)
tests/test_apis.py:643
Method
testRegisterWithoutPriority
(self)
tests/test_apis.py:236
Method
testRegistryContains
(self)
tests/test_apis.py:284
Method
testRegistryDelItem
(self)
tests/test_apis.py:323
Method
testRegistryGetItemByIndex
(self)
tests/test_apis.py:298
Method
testRegistryGetItemByItem
(self)
tests/test_apis.py:307
Method
testRegistryIter
(self)
tests/test_apis.py:292
Method
testRegistrySetItem
(self)
tests/test_apis.py:316
Method
testRegistrySlice
(self)
tests/test_apis.py:331
Method
testReset
Test `State.reset()`.
tests/test_apis.py:174
Method
testReset
Test `HtmlStash.reset`.
tests/test_apis.py:208
Method
testSetConfig
(self)
tests/test_extensions.py:64
Method
testSetConfigWithBadKey
(self)
tests/test_extensions.py:68
Method
testSetSate
Test State.set().
tests/test_apis.py:157
Method
testSimpleAtomicString
Test that a simple `AtomicString` is not parsed.
tests/test_apis.py:682
Method
testSimpleInput
Test simple input.
tests/test_apis.py:57
Method
testSimpleSettings
Test Simple Settings.
tests/test_extensions.py:185
Method
testSimpleStore
Test `HtmlStash.store`.
tests/test_apis.py:192
Method
testSortRegistry
(self)
tests/test_apis.py:241
Method
testStdinStdout
(self)
tests/test_apis.py:112
Method
testStoreMore
Test `HtmlStash.store` with additional blocks.
tests/test_apis.py:198
Method
testString
Test that a regular string is parsed.
tests/test_apis.py:671
Method
testStripCollapseWhitespace
(self)
tests/test_syntax/extensions/test_toc.py:1445
Method
testStripComment
(self)
tests/test_syntax/extensions/test_toc.py:1457
Method
testStripCommentInElement
(self)
tests/test_syntax/extensions/test_toc.py:1469
Method
testStripCommentWithInnerTags
(self)
tests/test_syntax/extensions/test_toc.py:1463
Method
testStripElement
(self)
tests/test_syntax/extensions/test_toc.py:1415
Method
testStripElementWithNewlines
(self)
tests/test_syntax/extensions/test_toc.py:1451
Method
testStripEmptyElement
(self)
tests/test_syntax/extensions/test_toc.py:1427
Method
testStripOpenElement
(self)
tests/test_syntax/extensions/test_toc.py:1421
Method
testSvgCustomPygmentsFormatter
(self)
tests/test_syntax/extensions/test_fenced_code.py:987
Method
testTOCBaseLevel
(self)
tests/test_syntax/extensions/test_toc.py:282
Method
testTOCInlineMarkupPermalink
(self)
tests/test_syntax/extensions/test_toc.py:494
Method
testTOCInlineMarkupPermalinkLeading
(self)
tests/test_syntax/extensions/test_toc.py:506
Method
testTOCMarker
(self)
tests/test_syntax/extensions/test_toc.py:34
Method
testTOCPermalink
(self)
tests/test_syntax/extensions/test_toc.py:447
Method
testTOCPermalinkLeading
(self)
tests/test_syntax/extensions/test_toc.py:471
Method
testTOCReset
(self)
tests/test_syntax/extensions/test_toc.py:147
Method
testTOCTitle
(self)
tests/test_syntax/extensions/test_toc.py:365
Method
testTOCUniqueFunc
(self)
tests/test_syntax/extensions/test_toc.py:396
Method
testTOCWithCustomClass
(self)
tests/test_syntax/extensions/test_toc.py:1152
Method
testTOCWithCustomClasses
(self)
tests/test_syntax/extensions/test_toc.py:1174
Method
testTOCWithCustomTitleClass
(self)
tests/test_syntax/extensions/test_toc.py:1216
Method
testTOCWithEmptyTitleClass
(self)
tests/test_syntax/extensions/test_toc.py:1195
Method
testTocInHeaders
(self)
tests/test_syntax/extensions/test_toc.py:401
Method
testTocWithAttrList
(self)
tests/test_syntax/extensions/test_toc.py:1237
Method
testURLCallback
Test used of a custom URL builder.
tests/test_extensions.py:241
Method
testUniqueIds
(self)
tests/test_syntax/extensions/test_toc.py:158
Method
testUnknownOption
(self)
tests/test_syntax/extensions/test_code_hilite.py:648
Method
testUsePygmentsFalse
(self)
tests/test_syntax/extensions/test_code_hilite.py:535
Method
testVerboseOption
(self)
tests/test_apis.py:783
Method
testWhitespaceOnly
Test input of only whitespace.
tests/test_apis.py:53
Method
testWikilinkWhitespace
Test whitespace in `wikilinks`.
tests/test_extensions.py:174
Method
testWikilinksMetaData
test `MetaData` with `Wikilinks` Extension.
tests/test_extensions.py:219
Method
testXHTMLOutput
(self)
tests/test_apis.py:651
Method
testXhtml
Test XHTML serialization.
tests/test_apis.py:525
Method
testYamlMetaData
Test metadata specified as simple YAML.
tests/test_extensions.py:104
Method
test_2_consecutive_hr
(self)
tests/test_syntax/blocks/test_hr.py:381
Method
test_2_paragraphs_long_line
(self)
tests/test_syntax/blocks/test_paragraphs.py:68
Method
test__version__IsValid
Test that __version__ is valid and normalized.
tests/test_meta.py:16
Method
test_abbr_bracket
(self)
tests/test_syntax/extensions/test_abbr.py:428
Method
test_abbr_carrot
(self)
tests/test_syntax/extensions/test_abbr.py:412
Method
test_abbr_clear
(self)
tests/test_syntax/extensions/test_abbr.py:514
Method
test_abbr_double_quoted
(self)
tests/test_syntax/extensions/test_abbr.py:347
Method
test_abbr_empty
(self)
tests/test_syntax/extensions/test_abbr.py:482
Method
test_abbr_extra_space
(self)
tests/test_syntax/extensions/test_abbr.py:266
Method
test_abbr_glossary
(self)
tests/test_syntax/extensions/test_abbr.py:151
Method
test_abbr_glossary_2
(self)
tests/test_syntax/extensions/test_abbr.py:181
Method
test_abbr_hyphen
(self)
tests/test_syntax/extensions/test_abbr.py:396
Method
test_abbr_ignore_backslash
(self)
tests/test_syntax/extensions/test_abbr.py:379
Method
test_abbr_ignore_unmatched_case
(self)
tests/test_syntax/extensions/test_abbr.py:299
Method
test_abbr_line_break
(self)
tests/test_syntax/extensions/test_abbr.py:282
Method
test_abbr_lower
(self)
tests/test_syntax/extensions/test_abbr.py:61
Method
test_abbr_multiple_in_tail
(self)
tests/test_syntax/extensions/test_abbr.py:96
Method
test_abbr_multiple_in_text
(self)
tests/test_syntax/extensions/test_abbr.py:77
Method
test_abbr_multiple_nested
(self)
tests/test_syntax/extensions/test_abbr.py:115
Method
test_abbr_nested
(self)
tests/test_syntax/extensions/test_abbr.py:214
Method
test_abbr_no_blank_Lines
(self)
tests/test_syntax/extensions/test_abbr.py:233
Method
test_abbr_no_space
(self)
tests/test_syntax/extensions/test_abbr.py:250
Method
test_abbr_override
(self)
tests/test_syntax/extensions/test_abbr.py:134
Method
test_abbr_partial_word
(self)
tests/test_syntax/extensions/test_abbr.py:315
Method
test_abbr_reset
(self)
tests/test_syntax/extensions/test_abbr.py:534
Method
test_abbr_single_quoted
(self)
tests/test_syntax/extensions/test_abbr.py:363
Method
test_abbr_superset_vs_subset
(self)
tests/test_syntax/extensions/test_abbr.py:461
Method
test_abbr_unused
(self)
tests/test_syntax/extensions/test_abbr.py:331
Method
test_abbr_upper
(self)
tests/test_syntax/extensions/test_abbr.py:45
Method
test_abbr_with_attr_list
(self)
tests/test_syntax/extensions/test_abbr.py:444
Method
test_adjacent_raw_blocks
(self)
tests/test_syntax/blocks/test_html_blocks.py:332
Method
test_adjacent_raw_blocks_with_blank_lines
(self)
tests/test_syntax/blocks/test_html_blocks.py:348
Method
test_admonition_first_indented
(self)
tests/test_syntax/extensions/test_admonition.py:247
Method
test_admontion_detabbing
(self)
tests/test_syntax/extensions/test_admonition.py:217
Method
test_align_columns
(self)
tests/test_syntax/extensions/test_tables.py:135
Method
test_align_columns_legacy
(self)
tests/test_syntax/extensions/test_tables.py:846
Method
test_align_three
(self)
tests/test_syntax/extensions/test_tables.py:210
Method
test_align_three_legacy
(self)
tests/test_syntax/extensions/test_tables.py:886
Method
test_amp_in_url
Test amp in URLs.
tests/test_syntax/inline/test_links.py:145
Method
test_amperstand
(self)
tests/test_syntax/blocks/test_html_blocks.py:1346
← previous
next →
601–700 of 1,263, ranked by callers