Add tokenizer support for the new formats

This commit is contained in:
Veronica Berglyd Olsen
2023-10-20 00:04:58 +02:00
parent ef4277437b
commit 0115f1e343
3 changed files with 42 additions and 21 deletions
+2 -2
View File
@@ -81,8 +81,8 @@ def testCoreToMarkdown_ConvertFormat(mockGUI):
# Paragraphs
# ==========
# Text for GitHub Markdown
theMD.setGitHubMarkdown()
# Text for Extended Markdown
theMD.setExtendedMarkdown()
theMD._text = "Some **nested bold and _italic_ and ~~strikethrough~~ text** here\n"
theMD.tokenizeText()
theMD.doConvert()