markdown_it.rules_inline.strikethrough module

markdown_it.rules_inline.strikethrough.postProcess(state: markdown_it.rules_inline.state_inline.StateInline)[source]

Walk through delimiter list and replace text tokens with tags.

markdown_it.rules_inline.strikethrough.tokenize(state: markdown_it.rules_inline.state_inline.StateInline, silent: bool)[source]

Insert each marker as a separate text token, and add it to delimiter list