markdown_it.rules_core.smartquotes module

Convert straight quotation marks to typographic ones

markdown_it.rules_core.smartquotes.process_inlines(tokens: List[markdown_it.token.Token], state: markdown_it.rules_core.state_core.StateCore) None[源代码]
markdown_it.rules_core.smartquotes.replaceAt(string: str, index: int, ch: str) str[源代码]
markdown_it.rules_core.smartquotes.smartquotes(state: markdown_it.rules_core.state_core.StateCore) None[源代码]