Skip to content

Commit 843446a

Browse files
committedJun 1, 2023
feat: 优化转换参数
·
v1.8.1v1.6.0
1 parent f5452e2 commit 843446a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/api/kernel-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class KernelApi extends BaseApi {
114114
const params = {
115115
args: [
116116
"--to",
117-
"markdown_strict-raw_html",
117+
"markdown_github-raw_html+tex_math_dollars+pipe_tables",
118118
from,
119119
"-o",
120120
to,

0 commit comments

Comments
 (0)
Please sign in to comment.