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
setUp
(self)
tests/test_apis.py:150
Method
setUp
(self)
tests/test_apis.py:188
Method
setUp
(self)
tests/test_apis.py:364
Method
setUp
(self)
tests/test_apis.py:418
Method
setUp
(self)
tests/test_apis.py:450
Method
setUp
(self)
tests/test_apis.py:464
Method
setUp
(self)
tests/test_apis.py:667
Method
setUp
(self)
tests/test_apis.py:758
Method
setUp
Setup markdown object.
tests/test_apis.py:956
Method
setUp
(self)
tests/test_syntax/extensions/test_fenced_code.py:442
Method
setUp
(self)
tests/test_syntax/extensions/test_code_hilite.py:43
Method
setUp
(self)
tests/test_syntax/extensions/test_code_hilite.py:355
Function
slugify_unicode
Slugify a string, to make it URL friendly while preserving Unicode characters.
markdown/extensions/toc.py:48
Method
stash_to_string
Override default to handle any `etree` elements still in the stash.
markdown/extensions/md_in_html.py:415
Function
stashedHTML2text
Extract raw HTML from stash, reduce to plain text and swap with placeholder.
markdown/extensions/toc.py:82
Method
store_tag
Store tag data and return a placeholder.
markdown/util.py:255
Method
substitute_match
(m: re.Match[str])
markdown/postprocessors.py:75
Method
tearDown
(self)
tests/test_apis.py:87
Method
tearDown
(self)
tests/test_apis.py:368
Method
tearDown
(self)
tests/test_apis.py:770
Method
test
Test for block type. Must be overridden by subclasses. As the parser loops through processors, it will call the `test` method on eac
markdown/blockprocessors.py:108
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:174
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:254
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:289
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:356
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:463
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:499
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:525
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:553
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:583
Method
test
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:609
Method
test
(self, parent: etree.Element, block: str)
markdown/extensions/md_in_html.py:314
Method
test
(self, parent: etree.Element, block: str)
markdown/extensions/def_list.py:36
Method
test
(self, parent: etree.Element, block: str)
markdown/extensions/abbr.py:149
Method
test
Ensure first two rows (column header and separator row) are valid table rows. Keep border check and separator row do avoid repeating
markdown/extensions/tables.py:51
Method
test
(self, parent: etree.Element, block: str)
markdown/extensions/admonition.py:131
Method
test
(self, parent: etree.Element, block: str)
markdown/extensions/footnotes.py:255
Method
testAlternateTOCMarker
(self)
tests/test_syntax/extensions/test_toc.py:88
Method
testAnchorLink
(self)
tests/test_syntax/extensions/test_toc.py:518
Method
testAnchorLinkWithCustomClass
(self)
tests/test_syntax/extensions/test_toc.py:1027
Method
testAnchorLinkWithCustomClasses
(self)
tests/test_syntax/extensions/test_toc.py:1045
Method
testAnchorLinkWithDoubleInlineCode
(self)
tests/test_syntax/extensions/test_toc.py:547
Method
testAnchorLinkWithSingleInlineCode
(self)
tests/test_syntax/extensions/test_toc.py:536
Method
testAppend
Test that appended escapes are only in the current instance.
tests/test_apis.py:908
Method
testAutoLinkEmail
(self)
tests/test_syntax/extensions/test_toc.py:1003
Method
testBadOutputFormat
Test failure on bad output_format.
tests/test_apis.py:372
Method
testBadQNameTag
Test serialization of `QName` with no tag.
tests/test_apis.py:607
Method
testBaseExtention
Test that the base Extension class will raise `NotImplemented`.
tests/test_apis.py:399
Method
testBasicCodeHilite
(self)
tests/test_syntax/extensions/test_code_hilite.py:377
Method
testBasicFence
(self)
tests/test_syntax/extensions/test_fenced_code.py:42
Method
testBasicMetaData
Test basic metadata.
tests/test_extensions.py:83
Method
testBasicWikilinks
Test `[[wikilinks]]`.
tests/test_extensions.py:165
Method
testBlankInput
Test blank input.
tests/test_apis.py:49
Method
testBlankState
Test State when empty.
tests/test_apis.py:153
Method
testBlockAppend
Test that appended escapes are only in the current instance.
tests/test_apis.py:920
Method
testBooleansParsing
(self)
tests/test_apis.py:739
Method
testBrTailNoNewline
Test that last `<br>` in tree has a new line tail
tests/test_apis.py:453
Method
testCommentIsBlockLevel
Test that an `ElementTree` `Comment` is recognized as `BlockLevel`.
tests/test_apis.py:426
Method
testCommentIsComment
Test that an `ElementTree` `Comment` passes the `is Comment` test.
tests/test_apis.py:422
Method
testCommentPrettify
Test that an `ElementTree` `Comment` is prettified properly.
tests/test_apis.py:438
Method
testCommentSerialization
Test that an `ElementTree` `Comment` serializes properly.
tests/test_apis.py:431
Method
testComplexSettings
Test Complex Settings.
tests/test_extensions.py:199
Method
testConfigAsKwargsOnInit
(self)
tests/test_extensions.py:72
Method
testCreateRegistry
(self)
tests/test_apis.py:230
Method
testCustomPygmentsFormatter
(self)
tests/test_syntax/extensions/test_fenced_code.py:892
Method
testCustomSubstitutions
(self)
tests/test_extensions.py:296
Method
testDeregister
(self)
tests/test_apis.py:266
Method
testDisabledTOCMarker
(self)
tests/test_syntax/extensions/test_toc.py:113
Method
testDoesntCrashWithEmptyCodeTag
(self)
tests/test_syntax/extensions/test_code_hilite.py:768
Method
testDontStripCloseBracket
(self)
tests/test_syntax/extensions/test_toc.py:1439
Method
testDontStripHTMLEntities
(self)
tests/test_syntax/extensions/test_toc.py:1475
Method
testDontStripOpenBracket
(self)
tests/test_syntax/extensions/test_toc.py:1433
Method
testDotNotationExtension
Test Extension loading with Name (`path.to.module`).
tests/test_apis.py:70
Method
testDotNotationExtensionWithBadClass
Test Extension loading with non-existent class name (`path.to.module:Class`).
tests/test_apis.py:391
Method
testDotNotationExtensionWithClass
Test Extension loading with class name (`path.to.module:Class`).
tests/test_apis.py:74
Method
testDoubleEscape
(self)
tests/test_syntax/extensions/test_code_hilite.py:574
Method
testEncodingOption
(self)
tests/test_apis.py:807
Method
testEntitiesIntact
(self)
tests/test_syntax/extensions/test_code_hilite.py:599
Method
testEntryPointExtension
Test Extension loading with an entry point.
tests/test_apis.py:66
Method
testExtensionConfigOption
(self)
tests/test_apis.py:847
Method
testExtensionConfigOptionAsJSON
(self)
tests/test_apis.py:876
Method
testExtensionConfigOptionBadFormat
(self)
tests/test_apis.py:896
Method
testExtensionConfigOptionMissingFile
(self)
tests/test_apis.py:893
Method
testExtensionOption
(self)
tests/test_apis.py:822
Method
testFencedAmps
(self)
tests/test_syntax/extensions/test_fenced_code.py:599
Method
testFencedCodeCurlyInAttrs
(self)
tests/test_syntax/extensions/test_fenced_code.py:397
Method
testFencedCodeEscapedAttrs
(self)
tests/test_syntax/extensions/test_fenced_code.py:379
Method
testFencedCodeMismatchedCurlyInAttrs
(self)
tests/test_syntax/extensions/test_fenced_code.py:415
Method
testFencedCodeWithHighlightLines
(self)
tests/test_syntax/extensions/test_fenced_code.py:476
Method
testFencedCodeWithHighlightLinesInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:635
Method
testFencedIdAndLangAndClassInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:235
Method
testFencedIdAndLangInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:217
Method
testFencedIdInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:199
Method
testFencedLanguageAltPrefix
(self)
tests/test_syntax/extensions/test_fenced_code.py:361
Method
testFencedLanguageAndHighlightLines
(self)
tests/test_syntax/extensions/test_fenced_code.py:512
Method
testFencedLanguageAndHighlightLinesInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:671
Method
testFencedLanguageAndPygmentsDisabled
(self)
tests/test_syntax/extensions/test_fenced_code.py:547
Method
testFencedLanguageAttrCssclass
(self)
tests/test_syntax/extensions/test_fenced_code.py:745
Method
testFencedLanguageAttrGuesslang
(self)
tests/test_syntax/extensions/test_fenced_code.py:797
Method
testFencedLanguageAttrLinenums
(self)
tests/test_syntax/extensions/test_fenced_code.py:770
← previous
next →
401–500 of 1,263, ranked by callers