todos and gitignore build
This commit is contained in:
@@ -1,2 +1,4 @@
|
|||||||
assets/scss/*.css
|
assets/scss/*.css
|
||||||
classes/__pycache__
|
classes/__pycache__
|
||||||
|
setup.py
|
||||||
|
build
|
||||||
|
|||||||
@@ -82,6 +82,8 @@ class Compiler():
|
|||||||
|
|
||||||
output_dom = BeautifulSoup(output, 'html.parser')
|
output_dom = BeautifulSoup(output, 'html.parser')
|
||||||
|
|
||||||
|
# TODO: hyphenate paragraph
|
||||||
|
|
||||||
# append html story page to template_dom
|
# append html story page to template_dom
|
||||||
story_page = BeautifulSoup(
|
story_page = BeautifulSoup(
|
||||||
'<div class="story-page story-page-'+str(pi)+'" id="'+pageid+'"></div>',
|
'<div class="story-page story-page-'+str(pi)+'" id="'+pageid+'"></div>',
|
||||||
|
|||||||
Reference in New Issue
Block a user