-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About testing and generated documents #1551
Comments
Thank you for your question. Just ask in English is ok. |
import pypandoc
output = pypandoc.convert_file('input.md', 'docx', outputfile='output.docx')
assert output == "" or pandoc input.md -o output.docx |
|
I feel it would be more efficient to discuss this issue in version 1.0. The current design will actually be obsolete in version 1.0. |
That is to say, in the current version, there will no further updates regarding the test section. |
@lily-toru Yes. 1.0 will be available in the coming weeks. |
Why are there no contents in tests and test_outputs in the generated code directory? How do you generate relevant documents and code? (生成的代码目录下,为什么tests和test_outputs里面没有内容?如果想要生成相关文档,该如何操作呢?)
The generated documents, such as those in the PRD directory, are in MD format. Is it possible to create documents in Word format? (已生成的文档,如prd目录下的文档,是md格式的。请问是否可以生成word格式的文档。)
The text was updated successfully, but these errors were encountered: