SYMBOL INDEX (46 symbols across 14 files) FILE: mermaid2/fence.py function fence_mermaid (line 14) | def fence_mermaid(source, language, css_class, options, md, FILE: mermaid2/plugin.py class MarkdownMermaidPlugin (line 37) | class MarkdownMermaidPlugin(BasePlugin): method full_config (line 55) | def full_config(self): method mermaid_args (line 63) | def mermaid_args(self): method mermaid_version (line 70) | def mermaid_version(self) -> str: method mermaid_major_version (line 81) | def mermaid_major_version(self) -> int: method extra_javascript (line 93) | def extra_javascript(self) -> str: method javascript (line 126) | def javascript(self) -> str: method activate_custom_loader (line 150) | def activate_custom_loader(self) -> bool: method on_config (line 193) | def on_config(self, config): method on_post_page (line 222) | def on_post_page(self, output_content, config, page, **kwargs): FILE: mermaid2/pyjs.py function dumps (line 17) | def dumps(obj:Any, FILE: mermaid2/util.py function trace (line 35) | def trace(*args, level:str='info'): function info (line 56) | def info(*args) -> str: function libname (line 66) | def libname(lib:str) -> str: function url_exists (line 77) | def url_exists(url:str, local_base_dir:str='') -> bool: FILE: test/fixture.py function extract_url (line 18) | def extract_url(s:str) -> str|None: function get_last_version (line 28) | def get_last_version(mermaid_url:str) -> version.Version: function assert_string_contains (line 36) | def assert_string_contains(txt:str, items:list) -> bool: class Mermaid2Page (line 52) | class Mermaid2Page(MkDocsPage): method mermaid_script (line 59) | def mermaid_script(self) -> str: method js_version (line 105) | def js_version(self) -> version.Version: class Mermaid2DocProject (line 117) | class Mermaid2DocProject(DocProject): method plugin_version (line 121) | def plugin_version(self) -> version.Version|None: method pages (line 131) | def pages(self) -> dict[Mermaid2Page]: FILE: test/material/docs/js/extra.js function myMermaidCallbackFunction (line 2) | function myMermaidCallbackFunction(id) { FILE: test/material/test_site.py function test_pages (line 19) | def test_pages(): FILE: test/medium/docs/js/extra.js function myMermaidCallbackFunction (line 2) | function myMermaidCallbackFunction(id) { FILE: test/simple/docs/js/extra.js function myMermaidCallbackFunction (line 2) | function myMermaidCallbackFunction(id) { FILE: test/simple/test_site.py function test_pages (line 18) | def test_pages(): FILE: test/simple_format/docs/js/extra.js function myMermaidCallbackFunction (line 2) | function myMermaidCallbackFunction(id) { FILE: test/simple_pre_10/docs/js/extra.js function myMermaidCallbackFunction (line 2) | function myMermaidCallbackFunction(id) { FILE: test/superfences/docs/js/loader.js function _typeof (line 1) | function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol ===... function _classCallCheck (line 6) | function _classCallCheck(instance, Constructor) { function _inherits (line 12) | function _inherits(subClass, superClass) { function _getPrototypeOf (line 27) | function _getPrototypeOf(o) { function _setPrototypeOf (line 34) | function _setPrototypeOf(o, p) { function _isNativeReflectConstruct (line 43) | function _isNativeReflectConstruct() { function _construct (line 56) | function _construct(Parent, args, Class) { function _isNativeFunction (line 73) | function _isNativeFunction(fn) { function _wrapNativeSuper (line 77) | function _wrapNativeSuper(Class) { function _assertThisInitialized (line 111) | function _assertThisInitialized(self) { function _possibleConstructorReturn (line 119) | function _possibleConstructorReturn(self, call) { function _createSuper (line 127) | function _createSuper(Derived) { function MermaidDiv (line 174) | function MermaidDiv() { FILE: test/superfences/test_site.py function test_pages (line 19) | def test_pages():