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[source]
markdown_it.rules_core.smartquotes.replaceAt(string: str, index: int, ch: str)str[source]
markdown_it.rules_core.smartquotes.smartquotes(state: markdown_it.rules_core.state_core.StateCore)None[source]