From 04f8d5f3093e1b13aa704590f4d0bf9dce6afce9 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Fri, 19 Sep 2025 20:14:59 +0200 Subject: g2h: Make sure backticks in plaintext doesn't break page rendering --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mise.toml') diff --git a/mise.toml b/mise.toml index 4756681..c4444a8 100644 --- a/mise.toml +++ b/mise.toml @@ -9,7 +9,7 @@ run = "pip install -r requirements.txt" [tasks.run] description = "Run g2h with the test repo" alias = "r" -run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out --name 'Test repo'" +run = "rm -rf ./test_out && python3 -m src.g2h.cli --repo test_repo --out test_out --name 'Test repo'" [tasks.test] alias = "t" -- cgit v1.2.3