Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Markdown/markdown
/ registerFakeSerializer
Class
registerFakeSerializer
tests/test_apis.py:637–639 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
635
return
'<div><p>foo</p></div>'
636
637
class
registerFakeSerializer(markdown.extensions.Extension):
638
def
extendMarkdown(self, md):
639
md.output_formats[
'fake'
] = fakeSerializer
640
641
return
registerFakeSerializer()
642
Callers
1
buildExtension
Method · 0.85
Calls
no outgoing calls
Tested by
1
buildExtension
Method · 0.68