Compare commits
1 commit
440c6a6f9f
...
b7ebe6d4a0
Author | SHA1 | Date | |
---|---|---|---|
b7ebe6d4a0 |
1 changed files with 0 additions and 2 deletions
|
@ -34,8 +34,6 @@ def main():
|
|||
parser.add_argument("input_filename", help="The markdown file to process.", nargs="?" if "--katex-server" in sys.argv else None)
|
||||
parser.add_argument("--debug", action='store_true')
|
||||
args = parser.parse_args()
|
||||
# TODO: Accept path to unix socket for katexClient, then don't init our own,
|
||||
# just connect to an existing one. For formátíking many files in a row.
|
||||
|
||||
if args.katex_server:
|
||||
with KatexClient(connect=False) as katexClient:
|
||||
|
|
Loading…
Reference in a new issue