Work with current dir, exit if no pages found
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from gsitegen.generate import *
|
||||
from html5tagger import E
|
||||
|
||||
def test_something():
|
||||
def test_markdown():
|
||||
doc = E()
|
||||
parseMarkdown(doc, "## Heading 2")
|
||||
doc = parseMarkdown(doc, "## Heading 2")
|
||||
assert str(doc) == "<h2>Heading 2</h2>"
|
||||
|
||||
Reference in New Issue
Block a user