We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First. thank for your package. I am using it for documenting mine.
i use google doctring and would like to add an example section.
I simply wrote in my editror ( atom , with tab length set to 4)
Examples: analysisInstance = analysis.makeAnalysis(DATA_PATH, [file1.c3d,"file2.c3d"],
the ouput markdown ouput a code with 2 spaces instead of 4 preventing to display litteral code.
is there a setting to alter somewhere
regards
Fabien
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @aaa34169 . It will need to be fixed in the GoogleProcessor class here in case you want to attempt a fix:
GoogleProcessor
pydoc-markdown/pydoc-markdown/src/pydoc_markdown/contrib/processors/google.py
Lines 140 to 149 in d74efe7
Sorry, something went wrong.
No branches or pull requests
First. thank for your package. I am using it for documenting mine.
i use google doctring and would like to add an example section.
I simply wrote in my editror ( atom , with tab length set to 4)
the ouput markdown ouput a code with 2 spaces instead of 4 preventing to display litteral code.
is there a setting to alter somewhere
regards
Fabien
The text was updated successfully, but these errors were encountered: