Skip to content

Commit

Permalink
Set output_format
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcameron committed Aug 5, 2023
1 parent c9ae5b7 commit 386f6cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion markline/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ def render(
return pypandoc.convert_text(
source=self.draft.prettify(),
format=input_format,
to="md",
to=output_format,
extra_args=output_options,
)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "markline"
version = "0.3.0"
version = "0.3.1"
description = "Convert Markup to Markdown with a transformation pipeline."
authors = ["Hugh Cameron <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 386f6cb

Please sign in to comment.