MCPcopy Create free account

hub / github.com/Python-Markdown/markdown / functions

Functions1,263 in github.com/Python-Markdown/markdown

MethodsetUp
(self)
tests/test_apis.py:150
MethodsetUp
(self)
tests/test_apis.py:188
MethodsetUp
(self)
tests/test_apis.py:364
MethodsetUp
(self)
tests/test_apis.py:418
MethodsetUp
(self)
tests/test_apis.py:450
MethodsetUp
(self)
tests/test_apis.py:464
MethodsetUp
(self)
tests/test_apis.py:667
MethodsetUp
(self)
tests/test_apis.py:758
MethodsetUp
Setup markdown object.
tests/test_apis.py:956
MethodsetUp
(self)
tests/test_syntax/extensions/test_fenced_code.py:442
MethodsetUp
(self)
tests/test_syntax/extensions/test_code_hilite.py:43
MethodsetUp
(self)
tests/test_syntax/extensions/test_code_hilite.py:355
Functionslugify_unicode
Slugify a string, to make it URL friendly while preserving Unicode characters.
markdown/extensions/toc.py:48
Methodstash_to_string
Override default to handle any `etree` elements still in the stash.
markdown/extensions/md_in_html.py:415
FunctionstashedHTML2text
Extract raw HTML from stash, reduce to plain text and swap with placeholder.
markdown/extensions/toc.py:82
Methodstore_tag
Store tag data and return a placeholder.
markdown/util.py:255
Methodsubstitute_match
(m: re.Match[str])
markdown/postprocessors.py:75
MethodtearDown
(self)
tests/test_apis.py:87
MethodtearDown
(self)
tests/test_apis.py:368
MethodtearDown
(self)
tests/test_apis.py:770
Methodtest
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
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:174
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:254
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:289
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:356
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:463
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:499
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:525
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:553
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:583
Methodtest
(self, parent: etree.Element, block: str)
markdown/blockprocessors.py:609
Methodtest
(self, parent: etree.Element, block: str)
markdown/extensions/md_in_html.py:314
Methodtest
(self, parent: etree.Element, block: str)
markdown/extensions/def_list.py:36
Methodtest
(self, parent: etree.Element, block: str)
markdown/extensions/abbr.py:149
Methodtest
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
Methodtest
(self, parent: etree.Element, block: str)
markdown/extensions/admonition.py:131
Methodtest
(self, parent: etree.Element, block: str)
markdown/extensions/footnotes.py:255
MethodtestAlternateTOCMarker
(self)
tests/test_syntax/extensions/test_toc.py:88
MethodtestAnchorLink
(self)
tests/test_syntax/extensions/test_toc.py:518
MethodtestAnchorLinkWithCustomClass
(self)
tests/test_syntax/extensions/test_toc.py:1027
MethodtestAnchorLinkWithCustomClasses
(self)
tests/test_syntax/extensions/test_toc.py:1045
MethodtestAnchorLinkWithDoubleInlineCode
(self)
tests/test_syntax/extensions/test_toc.py:547
MethodtestAnchorLinkWithSingleInlineCode
(self)
tests/test_syntax/extensions/test_toc.py:536
MethodtestAppend
Test that appended escapes are only in the current instance.
tests/test_apis.py:908
MethodtestAutoLinkEmail
(self)
tests/test_syntax/extensions/test_toc.py:1003
MethodtestBadOutputFormat
Test failure on bad output_format.
tests/test_apis.py:372
MethodtestBadQNameTag
Test serialization of `QName` with no tag.
tests/test_apis.py:607
MethodtestBaseExtention
Test that the base Extension class will raise `NotImplemented`.
tests/test_apis.py:399
MethodtestBasicCodeHilite
(self)
tests/test_syntax/extensions/test_code_hilite.py:377
MethodtestBasicFence
(self)
tests/test_syntax/extensions/test_fenced_code.py:42
MethodtestBasicMetaData
Test basic metadata.
tests/test_extensions.py:83
MethodtestBasicWikilinks
Test `[[wikilinks]]`.
tests/test_extensions.py:165
MethodtestBlankInput
Test blank input.
tests/test_apis.py:49
MethodtestBlankState
Test State when empty.
tests/test_apis.py:153
MethodtestBlockAppend
Test that appended escapes are only in the current instance.
tests/test_apis.py:920
MethodtestBooleansParsing
(self)
tests/test_apis.py:739
MethodtestBrTailNoNewline
Test that last `<br>` in tree has a new line tail
tests/test_apis.py:453
MethodtestCommentIsBlockLevel
Test that an `ElementTree` `Comment` is recognized as `BlockLevel`.
tests/test_apis.py:426
MethodtestCommentIsComment
Test that an `ElementTree` `Comment` passes the `is Comment` test.
tests/test_apis.py:422
MethodtestCommentPrettify
Test that an `ElementTree` `Comment` is prettified properly.
tests/test_apis.py:438
MethodtestCommentSerialization
Test that an `ElementTree` `Comment` serializes properly.
tests/test_apis.py:431
MethodtestComplexSettings
Test Complex Settings.
tests/test_extensions.py:199
MethodtestConfigAsKwargsOnInit
(self)
tests/test_extensions.py:72
MethodtestCreateRegistry
(self)
tests/test_apis.py:230
MethodtestCustomPygmentsFormatter
(self)
tests/test_syntax/extensions/test_fenced_code.py:892
MethodtestCustomSubstitutions
(self)
tests/test_extensions.py:296
MethodtestDeregister
(self)
tests/test_apis.py:266
MethodtestDisabledTOCMarker
(self)
tests/test_syntax/extensions/test_toc.py:113
MethodtestDoesntCrashWithEmptyCodeTag
(self)
tests/test_syntax/extensions/test_code_hilite.py:768
MethodtestDontStripCloseBracket
(self)
tests/test_syntax/extensions/test_toc.py:1439
MethodtestDontStripHTMLEntities
(self)
tests/test_syntax/extensions/test_toc.py:1475
MethodtestDontStripOpenBracket
(self)
tests/test_syntax/extensions/test_toc.py:1433
MethodtestDotNotationExtension
Test Extension loading with Name (`path.to.module`).
tests/test_apis.py:70
MethodtestDotNotationExtensionWithBadClass
Test Extension loading with non-existent class name (`path.to.module:Class`).
tests/test_apis.py:391
MethodtestDotNotationExtensionWithClass
Test Extension loading with class name (`path.to.module:Class`).
tests/test_apis.py:74
MethodtestDoubleEscape
(self)
tests/test_syntax/extensions/test_code_hilite.py:574
MethodtestEncodingOption
(self)
tests/test_apis.py:807
MethodtestEntitiesIntact
(self)
tests/test_syntax/extensions/test_code_hilite.py:599
MethodtestEntryPointExtension
Test Extension loading with an entry point.
tests/test_apis.py:66
MethodtestExtensionConfigOption
(self)
tests/test_apis.py:847
MethodtestExtensionConfigOptionAsJSON
(self)
tests/test_apis.py:876
MethodtestExtensionConfigOptionBadFormat
(self)
tests/test_apis.py:896
MethodtestExtensionConfigOptionMissingFile
(self)
tests/test_apis.py:893
MethodtestExtensionOption
(self)
tests/test_apis.py:822
MethodtestFencedAmps
(self)
tests/test_syntax/extensions/test_fenced_code.py:599
MethodtestFencedCodeCurlyInAttrs
(self)
tests/test_syntax/extensions/test_fenced_code.py:397
MethodtestFencedCodeEscapedAttrs
(self)
tests/test_syntax/extensions/test_fenced_code.py:379
MethodtestFencedCodeMismatchedCurlyInAttrs
(self)
tests/test_syntax/extensions/test_fenced_code.py:415
MethodtestFencedCodeWithHighlightLines
(self)
tests/test_syntax/extensions/test_fenced_code.py:476
MethodtestFencedCodeWithHighlightLinesInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:635
MethodtestFencedIdAndLangAndClassInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:235
MethodtestFencedIdAndLangInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:217
MethodtestFencedIdInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:199
MethodtestFencedLanguageAltPrefix
(self)
tests/test_syntax/extensions/test_fenced_code.py:361
MethodtestFencedLanguageAndHighlightLines
(self)
tests/test_syntax/extensions/test_fenced_code.py:512
MethodtestFencedLanguageAndHighlightLinesInAttr
(self)
tests/test_syntax/extensions/test_fenced_code.py:671
MethodtestFencedLanguageAndPygmentsDisabled
(self)
tests/test_syntax/extensions/test_fenced_code.py:547
MethodtestFencedLanguageAttrCssclass
(self)
tests/test_syntax/extensions/test_fenced_code.py:745
MethodtestFencedLanguageAttrGuesslang
(self)
tests/test_syntax/extensions/test_fenced_code.py:797
MethodtestFencedLanguageAttrLinenums
(self)
tests/test_syntax/extensions/test_fenced_code.py:770
← previousnext →401–500 of 1,263, ranked by callers