Connect markdown exporter to build tool

This commit is contained in:
Veronica K. B. Olsen
2021-02-06 15:20:03 +01:00
parent c7a42a1641
commit 9861f294b7
2 changed files with 59 additions and 45 deletions
+2
View File
@@ -6,6 +6,7 @@ from nw.core.project import NWProject
from nw.core.spellcheck import NWSpellCheck, NWSpellEnchant, NWSpellSimple
from nw.core.tohtml import ToHtml
from nw.core.toodt import ToOdt
from nw.core.tomd import ToMarkdown
from nw.core.tools import countWords, numberToRoman, numberToWord
__all__ = [
@@ -20,4 +21,5 @@ __all__ = [
"NWSpellSimple",
"ToHtml",
"ToOdt",
"ToMarkdown",
]