关于表格的问题 #10783
Unanswered
worldpathbreaker
asked this question in
Q&A
关于表格的问题
#10783
Replies: 1 comment 1 reply
-
What is the question? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"| 教学模块 | 知识目标 | 技能目标 | 素养目标 |
|:--:|:--:|:--:|:--:|"
想将上述的居中符号去掉
output = pypandoc.convert_file(
file_path,
target_suffix,
format="docx",
extra_args=[
f"--extract-media={media_folder}",
"--lua-filter=remove_mark.lua",
"--lua-filter=remove_header.lua",
"-t"
"commonmark_x+pipe_tables",
"--standalone",
"--strip-comments=false",
"--no-highlight",
"--wrap=none"],
encoding='utf-8'
)
python调用参数是这样的
Beta Was this translation helpful? Give feedback.
All reactions