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
+1 -1
View File
@@ -184,7 +184,7 @@ class NWBuildDocument:
filtered = self._setupBuild(makeObj)
if extendedMd:
makeObj.setGitHubMarkdown()
makeObj.setExtendedMarkdown()
else:
makeObj.setStandardMarkdown()