Loading pyproject.toml +1 −1 Original line number Diff line number Diff line [project] name = "coliverter" version = "0.1.1" version = "0.2.0" authors = [ { name="Jakob Moser", email="moser@cl.uni-heidelberg.de" }, ] Loading src/coliverter/steps/md_to_html.py +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ PANDOC_OPTIONS = ( f"--from=markdown+{'+'.join(ACTIVE_MARKDOWN_EXTENSIONS)}", "--to=html", "--wrap=none", "--standalone", "--css=https://fachschaft.cl.uni-heidelberg.de/wp-content/themes/fscoli-next-master/typography.css", ) Loading uv.lock +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ wheels = [ [[package]] name = "coliverter" version = "0.0.1" version = "0.2.0" source = { editable = "." } dependencies = [ { name = "typer" }, Loading Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line [project] name = "coliverter" version = "0.1.1" version = "0.2.0" authors = [ { name="Jakob Moser", email="moser@cl.uni-heidelberg.de" }, ] Loading
src/coliverter/steps/md_to_html.py +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ PANDOC_OPTIONS = ( f"--from=markdown+{'+'.join(ACTIVE_MARKDOWN_EXTENSIONS)}", "--to=html", "--wrap=none", "--standalone", "--css=https://fachschaft.cl.uni-heidelberg.de/wp-content/themes/fscoli-next-master/typography.css", ) Loading
uv.lock +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ wheels = [ [[package]] name = "coliverter" version = "0.0.1" version = "0.2.0" source = { editable = "." } dependencies = [ { name = "typer" }, Loading